Lets download that script:
curl -s https://artifacts.picoctf.net/c/25/fixme1.py -o fixme1.py
If we read it and run it with python3:
There is an indentation in the last line, we can remove it:
Open it with vim:
If we run it now:
Here is the flag.
Last updated 11 months ago
cat fixme1.py
python3 fixme1.py
vim :wq