security
Network
Test Port Open
this will test if the remote has port open:
nc -zv <host> <port>
Test Ports Open
this will scan for open/closed ports on the remote :
nmap -p 1-10000 <host>
This page was last modified:
security
this will test if the remote has port open:
nc -zv <host> <port>
this will scan for open/closed ports on the remote :
nmap -p 1-10000 <host>