Practice
New to CTFs? Try these challenges!
You are allowed to use the internet for help.
Your progress will not be saved.
Example 1
The flag is
cybershield{flag_1}
Please enter it below to capture your first flag.
Flag:
Example 2
What is the output of the following Python function?
def
print_flag
():
print
(
"}3nohtyp{dleihsrebyc"
[::
-
1
])
Flag:
Example 3
Here is a binary executable:
Download it here!
It is the result of compiling a C program.
Your task is to analyze the strings embedded in the binary and find the flag.
Flag:
Show Hint
On Linux:
https://ioflood.com/blog/strings-linux-command/
https://man7.org/linux/man-pages/man1/strings.1.html
Using your browser:
https://www.boxentriq.com/code-breaking/text-extractor
Conclusion
If these seemed challenging, that's okay!
CTFs are intended to challenge your problem solving and research skills.
We hope this helps you understand the format.