This is the most simple code that kids learn. If you get stuck, look at the hint provided in PICOCTF
Category: CTF
Capture The Flag and Other Security Competitions
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.…
Web Exploitation – New and Improved Login
I find that when I need information, it is best to go to the source. Its there somewhere.