Skip to main content

convertme.py

  • Description: Run the Python script and convert the given number from decimal to binary to get the flag.
  • Difficulty: Easy

🔎 Solution

This challenge is fairly straightforward. After executing the Python script, simply convert the given decimal number to binary - and the flag will be revealed.

┌──(kali㉿kali)-[~/Desktop]
└─$ python convertme.py
If 30 is in decimal base, what is it in binary base?
Answer: 11110
That is correct! Here's your flag: picoCTF{4ll_y0ur_b4535_9c3b7d4d}

🚩Flag

picoCTF{4ll_y0ur_b4535_9c3b7d4d}