Challenge Description
We are given a string of hexadecimal values, where each value corresponds to an ASCII character.
PicoCTF Hint: CyberChef is a great tool for any encoding but especially ASCII.
Indeed, CyberChef can be useful in challenges like these.
Acquiring the flag using CyberChef
Using the ‘From Hex’ function in CyberChef shows the full flag as the ouput.
Acquiring the flag using a Python script
Alternatively, I came up with a Python script which does the same thing:
Running the script will display the flag as output as well.
Flag
picoCTF{45c11_n0_qu35710n5_1ll_t311_y3_n0_l135_445d4180}