Challenge Description
Seems like an interesting challenge. The downloaded file looks like this.
The numbers
PicoCTF Hint: The flag is in the format PICOCTF{}
Now, this is surprising. All the previous challenges have had the same flag format of
picoCTF{...}
.
I realised “P” is the 16th character of the alphabet, and “I” is the 9th. I concluded that the numbers most likely correspond the alphabets’ place in the alphabet. After all, the numbers are all within the range of 1 and 26.
Check
This also means that the flag will only contain uppercase letters.
Decryption script
Script to obtain the flag
The above shows the python script I used to convert the numbers into the desired flag format.
Flag
PICOCTF{THENUMBERSMASON}