Penetration Testing 5 commands
Nuclei
Fast and customizable vulnerability scanner based on YAML templates. Community-powered with thousands of detection templates.
scannervulnerabilityautomationtemplates
Installation
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
# or
brew install nucleiCommands & usage
5 entriesnuclei -u <url>Scan single target
nuclei -l urls.txtScan multiple targets
nuclei -u <url> -t cves/Scan with CVE templates
nuclei -u <url> -severity critical,highFilter by severity
nuclei -update-templatesUpdate template library
Use cases
Vulnerability scanningCVE detectionMisconfiguration detectionBug bounty huntingSecurity automation