๐Ÿšฉ Pico CTF - what's a net cat?

Feb 3, 2022ยท
ยท 1 min read
Image credit: Pico CTF

Using netcat (nc) is going to be pretty important. Can you connect to jupiter.challenges.picoctf.org at port 25103 to get the flag?

Open up the terminal and type the following command.

nc jupiter.challenges.picoctf.org 25103

You’ve got the flag. If you want to learn more about nc type the following command to the terminal.

man nc