runme.py
- Description: Run the runme.py script to get the flag.
- Difficulty: Easy
🔎 Solution
This challenge is straightforward - the flag is revealed simply by running the provided Python script. Once executed, the script immediately outputs the flag. No further interaction or analysis is required.
┌──(kali㉿kali)-[~/Desktop]
└─$ python runme.py
picoCTF{run_s4n1ty_run}
🚩Flag
picoCTF{run_s4n1ty_run}