Skip to content

Latest commit

 

History

History

02.Python Wrangling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Python Wrangling

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?
  • Author: syreal
  • Tags : picoCTF2021 , General skills
  • Source: python,Password , flag

Step - 1 :

  • Download The source file
  • First install python3 and required packages.
    sudo apt-get install python
  • Packages downloads
     pip install sys
     pip install base64
     pip install cryptography

Step - 2:

  • copy the content in the password file
  • Run the python file using brlow code
    python3 ende.py -d flag.txt.en
  • Enter the password in the password file
  • Finally i got the flag picoCTF{****}