Download strings file and type the following command in the terminal. strings strings | grep picoCT...
Using netcat (nc) is going to be pretty important. Can you connect to jupiter.challenges.picoctf.org...
Can you convert the number 42 (base 10) to binary (base 2)? Every decimal number has a representati...
What is 0x3D (base 16) in decimal (base 10)? There is a thing called ASCII table that contains data...
If I told you a word started with 0x70 in hexadecimal, what would it start with in ASCII? There is...
In this CTF, we will learn about SSH, ls and cat. If you know nothing about these terms, do not worr...