Vulnerability Analysis
Nuclei is used to send requests across targets based on templates, allowing zero false positives and providing rapid scanning over large infrastructure footprints.
sudo apt install nuclei
nuclei -u <target> [options]
Nuclei is a fast, template-based vulnerability scanner that sends requests across targets based on template definitions. It provides zero false positives and rapid scanning over large infrastructure footprints.
The tool uses YAML-based templates to define vulnerability checks, including HTTP requests, DNS checks, TCP probes, and more. Templates are community-maintained and cover CVEs, misconfigurations, exposures, and more.
Nuclei is designed for mass scanning with low resource usage. It can scan thousands of targets efficiently using concurrency control and provides clean, actionable output for security professionals.
nuclei -u http://example.comDefault scan - Download and execute default community scanning templates against a targetnuclei -u http://example.com -t vulnerabilities/Targeted templates - Run specific template categories targeting known exploitsnuclei -u https://target.comBasic scannuclei -l urls.txt -t cves/CVE scanningnuclei -u target.com -t exposures/Exposure scannuclei -u target.com -severity critical,highSeverity filternuclei -u https://example.comScan URL with default templatesnuclei -u https://example.com -t cves/Run CVE templatesnuclei -l urls.txtScan multiple URLs from filenuclei -u https://example.com -severity critical,highFilter by severitynuclei -u https://example.com -tags sqli,xssRun tagged templatesnuclei -u https://example.com -o results.json -jsonJSON outputnuclei -u https://example.com -o results.csv -csvCSV outputnuclei -u https://example.com -rl 100Rate limit 100 rpsnuclei -u https://example.com -c 2525 concurrent requestsScan for known CVEs using community templates.
Scan thousands of targets efficiently.
Detect security misconfigurations across services.
Find exposed services and sensitive data.
This tool is designed for authorized security testing, educational purposes, and legitimate network administration only. Unauthorized access to computer systems is illegal.