Skip to content

Files

Latest commit

77d0f46 · Mar 28, 2025

History

History
13 lines (10 loc) · 464 Bytes

what's-net-cat.md

File metadata and controls

13 lines (10 loc) · 464 Bytes

Description

The nc (or netcat) utility is used for just about anything under the sun involving TCP or UDP. It can open TCP connections, send UDP packets, listen on arbitrary TCP and UDP ports, do port scanning, and deal with both IPv4 and IPv6.

Command to get the flag for this question

Can you connect to jupiter.challenges.picoctf.org at port 64287 to get the flag?

nc domain/IP port
nc jupiter.challenges.picoctf.org 64287