143 B
143 B
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>
Purpose: If you want to check if a certain TCP port is open on a server.
netcat -z -n -v <IP ADDRESS> <PORT>