easyctf-2017/phunkypython1/description.md

5 lines
428 B
Markdown
Raw Normal View History

2017-02-15 17:14:23 +00:00
The other day we happened upon a dusty old laptop covered in duct tape and surrounded by several papers with notes scrawled all over them. Upon inspection, we found that the laptop contained several python files labeled `phunky`.
We've determined that each of the files contains a mini reversing challenge. The first task is simple: Find the value of `x` such that the program prints out `easyctf`.
[phunky1.py](${phunky1_py})