nmap#
The standard network scanner (authorized testing).
$ nmap -sS -p 1-65535 host
$ nmap -sV -O host
$ nmap -A host
$ nmap -Pn host
$ nmap --script vuln host
$ nmap -iL targets.txt -oA scan_results
The standard network scanner (authorized testing).
$ nmap -sS -p 1-65535 host
$ nmap -sV -O host
$ nmap -A host
$ nmap -Pn host
$ nmap --script vuln host
$ nmap -iL targets.txt -oA scan_results