ctf-writeups

Writeups for CTFs solved by ahmedheltaher

View on GitHub

Challenge 26: runme.py

Description

Run the runme.py script to get the flag. Download the script with your browser or with wget in the webshell. Download runme.py Python script

Tags

Beginner picoMini 2022 General Skills python

Points

100

Solution

This is jsut a simple python script. we can run it with python3 runme.py and get the flag.

$ python3 runme.py

picoCTF{run_s4n1ty_run}

The goal of this challenge is to use wget to download the file. but we can also use the browser to download the file.

My Advice: try to use wget to download the file. and take this challenge as a practice for wget.

Flag

picoCTF{run_s4n1ty_run}