Wizard:
You have stumbled upon a wizard on your path to the flag. You must answer his questions!
Connect with:
nc challenge.nahamcon.com 32201
it gives us the questions and we have to give input the answers
First Question: What is the ASCII plaintext corresponding to this binary string?
From Binary: "Zeros & Ones"
Second Question: What is the ASCII plaintext corresponding to this hex string?
From Hex: "Oh wowww! Base 10 is cool and all but Hexxxx"
Third Question: What is the ASCII plaintext corresponding to this octal string? (HINT: octal -> int -> hex -> chars)
Octal to HexaDecimal
From Hex
"We can represent numbers in any base we want"
Fourth Question: What is the ACII representation of this integer? (HINT: int -> hex -> chars)
Desimal to HexaDecimal
From Hex
"This is one big 'ol integer!"
Fifth Question: What is the ASCII plaintext of this Base64 string?
From Base64: "Bases on bases on bases on bases :)"
Last Question: What is the Big-Endian representation of this Little-Endian hex string?
From Hex "It's good to know the difference :)"
Last updated
Was this helpful?