Decoding
Using what you learned in this section, determine the type of encoding used in the string you got at previous exercise, and decode it. To get the flag, you can send a 'POST' request to 'serial.php', and set the data as "serial=YOUR_DECODED_OUTPUT".
echo N2gxNV8xNV9hX3MzY3IzN19tMzU1NGcz | base64 -d

Last updated