Active Scanning
Scanning IP Blocks
Example nmap commands:
Execute multiple nmap scans in parallel as oppose to a single nmap with multiple IPs (avoids 1 slow host slowing down all nmap scan):
1) put single IPs in a file
2) split list of IPs in smaller batches e.g. 50 IPs per file:
3) create bash file:
Vulnerability Scanning
nmap "vulnerable" scripts:
Other scanners:
Tenable Nessus
ZAP scanner (web)
Burp Pro scanner (web)
Last updated