picoCTF General Skills Guide

here's how to solve what's a net cat?

Back to the General Skills Guides

what's a net cat?

Name: 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?
Author: Sanjay C/Danny Tunitis
Tags: Easy, General Skills, picoCTF 2019
Challenge from: picoCTF 2019
Hints:
1. nc tutorial

Theory

According to the description, to get the flag we just need to enter to a NetCat, which is really simple, we just need to input the nc command and put the server followed by the port all separated by space. So with the stuff they give us, we get this command:

nc jupiter.challenges.picoctf.org 64287

Solution

Now we just need to enter to the NetCat by using the command from before:

shukularuni-picoctf@webshell:~$ nc jupiter.challenges.picoctf.org 64287
You're on your way to becoming the net cat master
picoCTF{nEtCat_Mast3ry_284be8f7}

There we go! That's the flag.

I rated this level as "good"! :3


https://play.picoctf.org/practice/challenge/34