201 B
201 B
tags
| tags | ||||
|---|---|---|---|---|
|
Purpose: If you want to check if a certain TCP port is open on a server.
Netcat Command
netcat -z -n -v <IP ADDRESS> <PORT>
| tags | ||||
|---|---|---|---|---|
|
Purpose: If you want to check if a certain TCP port is open on a server.
netcat -z -n -v <IP ADDRESS> <PORT>