ctf_aria

write up ctf by ariafatah


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

soal

Run the Python script and convert the given number from decimal to binary to get the flag.
Download Python script

hint

solve

wget https://artifacts.picoctf.net/c/24/convertme.py

python3 convertme.py
# If 57 is in decimal base, what is it in binary base?
# Answer: 00111001
# That is correct! Here's your flag: picoCTF{4ll_y0ur_b4535_722f6b39}

flag

picoCTF{4ll_y0ur_b4535_722f6b39}