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>

React ?

This page was last modified: