Network Swiss Army Knife - TCP/UDP Connection Testing & Port Scanner
Reliable connection-oriented protocol
Fast connectionless protocol
Check if a port is open on a remote host:
Host: example.com
Port: 80
Protocol: TCP
Zero I/O Mode: ✓
Connect to a service and grab its banner:
Host: example.com
Port: 22 (SSH) or 25 (SMTP)
Send Data: (leave empty)
Send a custom HTTP request:
Host: example.com
Port: 80
Data to Send:
GET / HTTP/1.1
Host: example.com
(blank line at end is important)
Test UDP services like DNS:
Host: 8.8.8.8
Port: 53
Protocol: UDP
Data: (DNS query packet)
Netcat is often referred to as the "Swiss Army knife" of networking tools. It's a versatile utility that can read and write data across network connections using TCP or UDP protocols.
⚠️ Important: Only test connections to hosts and services you own or have explicit permission to test. Unauthorized port scanning or connection attempts may be illegal in your jurisdiction.