Please give us feedback: https://flu.xxx/feedback

Announcements

Misfortune Box 2023-10-14 22:16:06
Hint: Try executing 85 81 fe cf (or use this binary)
Destiny Digits 2023-10-14 01:18:20
"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); }