Nuclei + servasec
Fast, template-based vulnerability scanner with 8000+ community-contributed templates for web applications and infrastructure.
What is Nuclei?
Nuclei is a fast and customizable vulnerability scanner by ProjectDiscovery that uses templates to send requests across targets and identify vulnerabilities. With over 8000 community-contributed templates, Nuclei covers a wide range of protocols, misconfigurations, exposed panels, CVEs, and more. It is the most popular open source DAST scanner with an active template community.
Integrate Nuclei with servasec
Install Nuclei
Install Nuclei via the official installer.
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
Run a scan
Run Nuclei against your target and output JSON.
nuclei -u https://your-app.com -json -o results.json
Push to servasec
Send the results to servasec.
curl -X POST "$SSC_PUBLIC_URL/api/ingest" \ -H "X-Api-Token: $API_TOKEN" \ -F "[email protected]"
What servasec adds to Nuclei
DAST + SAST correlation
Correlate runtime vulnerabilities with source code issues for faster remediation.
Severity trending
Track DAST findings over time to measure security improvement.
Full AppSec pipeline view
See Nuclei findings alongside SAST, SCA, and secrets in one dashboard.