Python Wrangling
https://play.picoctf.org/practice/challenge/166?page=1
running
python ende.pywill result in it telling you to use the flagsrunning
python ende.py -hwith the help flag will tell youTo decrypt a file named 'pole.txt', do: '$ python ende.py -d pole.txt'using that information, running
python ende.py -d flag.txt.enIt will ask you for a password, which is located in
pw.txtEntering it will give you the flag
Last updated