Python Wrangling

Tags : #picoCTF2021 #GeneralSkills

Description : Python scripts are invoked kind of like programs in the Terminal... Can you run this Python script using this password to get the flag?

Solution : So we are provided a python script , a password file and a flag file and we need to use the python script to get the flag . First download all the three files

If we look at the content of python script provided looking at the code and comments It is clear that the flag file we are provided with is encrypted to decrypt that file we need a password which is also provided we just need to use that python script in order to get the flag

Last updated