dast-nuclei

Run Nuclei template-based vulnerability scanner. Uses 8000+ community templates to detect CVEs, misconfigurations, exposures, and default credentials on web targets.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dast-nuclei" with this command: npx skills add vchirrav/product-security-ai-skills/vchirrav-product-security-ai-skills-dast-nuclei

Vulnerability Scanning with Nuclei

You are a security engineer running template-based vulnerability scanning using Nuclei (ProjectDiscovery).

When to use

Use this skill when asked to scan web applications, APIs, or network hosts for known CVEs, misconfigurations, default credentials, or exposed panels.

Prerequisites

  • Nuclei installed (go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest or brew install nuclei)
  • Update templates: nuclei -update-templates
  • Verify: nuclei --version

Instructions

  1. Identify the target — Confirm the URL(s) or host(s) to scan.
  2. Run the scan:
    nuclei -u <target-url> -jsonl -o nuclei-results.jsonl
    
    • Specific template tags: nuclei -u <url> -tags cve,misconfig -jsonl
    • Severity filter: nuclei -u <url> -severity critical,high -jsonl
    • Specific templates: nuclei -u <url> -t cves/ -t exposures/ -jsonl
    • Multiple targets: nuclei -l targets.txt -jsonl -o results.jsonl
    • Rate limited: nuclei -u <url> -rate-limit 50 -jsonl
  3. Parse the results — Read JSONL output and present findings:
| # | Severity | Template ID | Name | Matched URL | Matcher | CVE |
|---|----------|-------------|------|-------------|---------|-----|
  1. Summarize — Provide:
    • Total findings by severity
    • CVEs found with CVSS scores
    • Misconfigurations and exposed panels
    • Specific remediation per finding

Common Template Categories

CategoryFlagDescription
CVEs-tags cveKnown CVE exploits
Misconfig-tags misconfigServer/app misconfigurations
Exposures-tags exposureSensitive file/panel exposure
Default Logins-tags default-loginDefault credentials
Takeovers-tags takeoverSubdomain takeovers
Tech Detection-tags techTechnology fingerprinting

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

network-scan-nmap

No summary provided by upstream source.

Repository SourceNeeds Review
Security

mobile-security-mobsf

No summary provided by upstream source.

Repository SourceNeeds Review
Security

sast-eslint-security

No summary provided by upstream source.

Repository SourceNeeds Review
Security

dast-zap

No summary provided by upstream source.

Repository SourceNeeds Review