Nice netcat...

Netcat is a command-line tool for reading, writing, and redirecting network connections.

Lets connect to that program:

nc <IP> <Port>
nc mercury.picoctf.net 22342

It sends us back to many numbers which seems to be decimal numbers, if we take them to cyberchef:

That is the flag.

Last updated