The top 10 vulnerability scanners👾
- Nessus
- OpenVAS
- QualysGuard
- Rapid7 Nexpose
- Burp Suite
- Acunetix
- Nikto
- W3AF
- IBM Security QRadar
- Microsoft Defender for Endpoint
Harshleen Chawlax.comDesign Vulnerability Implementation Vulnerability Configuration Vulnerability
Douglas Jacobson • Introduction to Network Security (Chapman & Hall/CRC Computer and Information Science Series Book 19)

add this in your hunting list:
ffuf -w subdomains.txt:SUB -w payloads/senstivejs.txt:FILE -u https://SUB/FILE -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0" -fs 0 -c -mc 200 -fr false -rate 10 -t 10
for checking in burpsuite:
ffuf -w subdomains.txt:SUB -w payloads/senstivejs.txt:FILE -u https://SUB/FILE... See more