Thursday, January 29, 2015

To check the port open

netstat -nan | grep portno

lsof -i -n -P | grep portno

nmap -sS -O IPadrees

No comments: