what’s a net cat?
Information
Points | Category | Level |
---|---|---|
100 | General Skills | Easy |
Challenge
Using netcat (nc) is going to be pretty important. Can you connect to
2019shell1.picoctf.com
at port49816
to get the flag?
Hint
nc tutorial
Solution
netcat - computer networking utility for reading from and writing to network connections using TCP or UDP.
Let’s connect thought netcat -
Open terminal -> nc 2019shell1.picoctf.com 49816
- nc - stands for netcat
- command syntax:
nc ADDRESS PORT
- command syntax:
Flag
picoCTF{nEtCat_Mast3ry_a752a0d3}