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?
Hint
nc tutorial
Step 1
- open up command prompt (windows) or terminal (linux)
- check if netcat is installed
Step 2
using ncat you can preform the following command to find the flag Usage: ncat [host] [port]
ncat jupiter.challenges.picoctf.org 64287
libnsock ssl_init_helper(): OpenSSL legacy provider failed to load.
You're on your way to becoming the net cat master
picoCTF{***********************}
Flag
Flag
picoCTF{nEtCat_Mast3ry_284be8f7}