Difference between revisions of "Linux port scan"
From John Freier
(Created page with "Scan for open ports on your server. I had to install nmap through yum. # sudo nmap -T Aggressive -A -v 127.0.0.1 -p 1-65000") |
(No difference)
|
Latest revision as of 16:13, 26 March 2015
Scan for open ports on your server.
I had to install nmap through yum.
# sudo nmap -T Aggressive -A -v 127.0.0.1 -p 1-65000