Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

net cat

Points: 75

Category

General Skills

Question

Using netcat (nc) will be a necessity throughout your adventure. Can you connect to 2018shell1.picoctf.com at port 49387 to get the flag?

Hint

nc tutorial

Solution

Netcat allows users to read and write data over network connections.

Do nc 2018shell1.picoctf.com 49387 to connect to the remote service and get the flag.

Flag

picoCTF{NEtcat_iS_a_NEcESSiTy_8b6a1fbc}