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?


Step 1

  1. open up command prompt (windows) or terminal (linux)
  2. 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