PicoCTF2018 - Miscellaneous - What Base is this? Objective: 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 2018shell.picoctf.com 15853. Soution: So I just used some websites to convert the data for me for Binary I used https://www.rapidtables.com/convert/number/binary-to-ascii.html for Hex I used https://www.rapidtables.com/convert/number/hex-to-ascii.html for Octal I used http://www.unit-conversion.info/texttools/octal/ @pico-2018-shell:~$ nc 2018shell.picoctf.com 15853 We are going to start at the very beginning and make sure you understand how data is stored. toxic Please give me the 01110100 01101111 01111000 01101001 01100011 as a word. To make things interesting, you have 30 seconds. Input: toxic Please give me the 6c616d70706f7374 as a word. Input: lamppost Please give me the 164 141 142 154 145 as
@circusmonkey404 on the twitters; DM for contact