whats-a-netcat

Point: 100

Category

General Skills

Question

Using netcat (nc) is going to be pretty important. Can you connect to 2019shell1.picoctf.com at port 21865 to get the flag?

Hint

nc tutorial

Solution

Using netcat to listen on server 2019shell1.picoctf.com with port 21864

root@kali:~$ nc 2019shell1.picoctf.com 21864

Flag

picoCTF{nEtCat_Mast3ry_4fefb685}

Last updated