Please give us feedback: https://flu.xxx/feedback
Announcements
"Destiny Digits" being a beginner friendly chall does not mean you can get lazy with shellcoding. Some hints: The flag is located at /flag
. Did you know that the following does not spawn a shell on Alpine?
int main() {
execve("/bin/sh", NULL, NULL);
}