Tool integration

Nuclei Integration Guide

Fast vulnerability scanner using community templates

Get a Free API Key

Integrate Nuclei with Vulnetix. Scan web applications and infrastructure using thousands of community-maintained templates with SARIF export.

CLI toolSARIF

Install & scan

$ go install github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
$ nuclei -u https://example.com -se nuclei.sarif

Run Nuclei in CI

Scan on every push and upload the results to Vulnetix:

- name: Install Nuclei
  run: go install github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
- name: Run Nuclei
  run: nuclei -u https://${{ env.TARGET_URL }} -severity critical,high -se nuclei.sarif
- name: Upload to Vulnetix
  run: vulnetix upload --file nuclei.sarif

Centralise Nuclei results in Vulnetix

Upload Nuclei SARIF output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.

Nuclei documentation ↗  ·  Source repository ↗

Wire Nuclei into your CI/CD pipeline →