Clear it in 3 steps
-
No environment needed
This challenge can be solved with the information in the statement alone. Submit the flag you find directly.
-
Investigate the target
-
Submit the flag
In the security world, binary and hexadecimal are commonly used. In this challenge, convert hexadecimal to ASCII characters to find the flag. Convert this hexadecimal to ASCII: 46 4c 41 47 7b 68 65 78 5f 74 6f 5f 61 73 63 69 69 7d
This challenge can be solved with the information in the statement alone. Submit the flag you find directly.
Try using an online hex to ASCII converter (search for "hex to ascii converter")
Each pair of hex digits represents one character (e.g., 46 = 'F' )
Use https://www.rapidtables.com/convert/number/hex-to-ascii.html