The creators of PicoCTF would prefer that you create a script within the shell to convert, but you should be able to find several decoders online.
Category: Competitions
Cryptography – Numbers
This is the most simple code that kids learn. If you get stuck, look at the hint provided in PICOCTF
General Skills – What is a Netcat?
This is an easy flag to find. You just need to open the shell, run netcat in the shell with the port number they provide.
General Skills – Strings It
There are a few different ways to solve this. Many use the Pico Shell option with grep commands, but the easiest is to view the file using a windows app.
General Skills – Bases
You might get help from one of the decoding tools here… https://codebeautify.org/
General Skills – Resources
This is probably the easiest flag to find. I won’t even insult your intelligence by helping you with this one!
Web Exploitation – Robots
What do you know about the robots.txt files for Search Engine Optimization? Perhaps one of these links might help … https://www.robotstxt.org/robotstxt.html or https://moz.com/learn/seo/robotstxt or https://neilpatel.com/blog/robots-txt/ Any of these might help.…