https://github.com/projectdiscovery/nuclei
Install
https://github.com/projectdiscovery/nuclei/releases
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
Basis
nucleiDownload base templates (install at
~/nuclei-templates
).
nuclei -u [TARGET_IP]Scan target with all available templates.
nuclei -u -list myTagets.txtScan all targets in text file with all available templates.
Templates
nuclei -u [TARGET_IP] -t myFolderScan target with templates in the specified folder.
Flags
-rl 30Set Rate Limit.
-header 'myHeader:customValue''Add a header to the request (can be used to inform the admin server that wa are attacking).
-tags xssFilter templates by tags.
-severity low,medium,high,criticalFilter templates by severity.