Challenge 11: what’s a net cat?
Description
Using netcat (nc) is going to be pretty important. Can you connect to jupiter.challenges.picoctf.org at port 64287 to get the flag?
Tags
picoCTF 2019
General Skills
Points
100
Solution
We need to connect to the server using netcat. We can do this by running the following command:
$ nc jupiter.challenges.picoctf.org 64287
You are on your way to becoming the net cat master
picoCTF{nEtCat_Mast3ry_284be8f7}
Flag
picoCTF{nEtCat_Mast3ry_284be8f7}