#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>
React ?