dast-nuclei

Installation
SKILL.md

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:
Related skills
Installs
18
GitHub Stars
2
First Seen
Feb 14, 2026