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