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.

8000+ community templatesMulti-protocol support (HTTP, DNS, TCP, SSL)Custom template creationFast parallel executionCI/CD integration

Integrate Nuclei with servasec

1

Install Nuclei

Install Nuclei via the official installer.

go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
2

Run a scan

Run Nuclei against your target and output JSON.

nuclei -u https://your-app.com -json -o results.json
3

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.

Try Nuclei with servasec

Self-host servasec and connect Nuclei in minutes. AGPLv3 licensed, full data ownership.

Frequently Asked Questions