ctf_aria

write up ctf by ariafatah


Project maintained by ariafatah0711 Hosted on GitHub Pages — Theme by mattgraham

soal

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

hint

solve

wget https://artifacts.picoctf.net/c/34/runme.py

cat runme.py
# #!/usr/bin/python3
# flag ='picoCTF{run_s4n1ty_run}'
# print(flag)

python3 runme.py
# picoCTF{run_s4n1ty_run}

flag

picoCTF{run_s4n1ty_run}