write up ctf by ariafatah
Run the Python script and convert the given number from decimal to binary to get the flag.
Download Python script
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}
picoCTF{4ll_y0ur_b4535_722f6b39}