PicoCTF - fixme2.py
Download the fixme2.py file, open it in an editor and change it to the following. import random def str_xor(secret, key): #extend key...
Download the fixme2.py file, open it in an editor and change it to the following. import random def str_xor(secret, key): #extend key...
Download the fixme1.py file, open it in an editor and change it to the following. import random def str_xor(secret, key): #extend key...
First, download the convert.py file. Run it with the folllowing command. python3 convert.py You are prompted with the following text. If 15 is...
First download in the same directory code.py and codebook.txt Then run the following command and you’ve got the flag. python3 code.py...
First, download the file. Then navigate to the destination of the file and in terminal type the following command. grep 'picoCTF' file The...
What does this bDNhcm5fdGgzX3IwcDM1 mean? I think it has something to do with bases. Run the following command in the terminal. echo 'bDNhcm5fdGgzX3IwcDM1'...