Points: 200
General Skills
To be successful on your mission, you must be able read data represented in different ways, such as hexadecimal or binary. Can you get the flag from this program to prove you are ready? Connect with
nc 2018shell1.picoctf.com 1225
.
I hear python is a good means (among many) to convert things.
It might help to have multiple windows open
Convert to ASCII for the respective bases. Python or online tools can be used to help convert.
- Convert from binary
- Convert from hex
- Convert from octal
Working solution solve.py.
picoCTF{delusions_about_finding_values_451a9a74}