Python Wrangling

Vishal Rashmika published on
1 min, 71 words

Categories: picoCTF

In this task we get three files namely,

  • ende.py
  • pw.txt
  • flag.txt

ende.py is the decryptor we should use by running once we can find that -e is for encrypting and -d is for decrypting.

In the pw.txt we get a password

after we run the python script with the encrypted flag it asks us for a password now use the password in the pw.txt file