Nuclei

Informational

Nuclei by ProjectDiscovery

Definition

Nuclei is a fast, flexible vulnerability scanner developed by ProjectDiscovery. It uses YAML templates to define requests and detection conditions, letting you scan applications for known CVEs, misconfigurations, information exposure and custom vulnerabilities. Its community template system contains thousands of up-to-date checks.

Impact

Mass scanning of assets for known CVEsDetecting common misconfigurations (CORS, headers, etc.)Customizable templates for specific vulnerabilitiesIntegration with other recon tools (subfinder, httpx)Active community with thousands of up-to-date templates

Examples

Basic Nuclei usage

Nuclei is extremely efficient for mass scanning. It is fed lists of URLs (generated with httpx/subfinder) and tests thousands of templates. It is the most popular automation tool in the bug bounty community.

# Scan a single host with all templates
nuclei -u https://example.com

# Scan a list of URLs
nuclei -l urls.txt

# Filter by severity
nuclei -l urls.txt -severity critical,high

# Scan CVEs only
nuclei -l urls.txt -tags cve

# Use a custom template
nuclei -u https://example.com -t my-template.yaml

# Basic custom template (YAML):
id: detect-admin-panel
info:
  name: Admin Panel Detection
  severity: info
requests:
  - method: GET
    path:
      - "{{BaseURL}}/admin"
    matchers:
      - type: status
        status:
          - 200

Practice Nuclei with real labs

Apply what you've learned in safe environments based on real bug bounty reports.

See practice labs
2,482

hunters training

62

labs from real hacks

1,630

completions

$14,790

paid out for these bugs

11 flags captured this week·Real hacks from HackerOne · YesWeHack · Bugcrowd·No commitment·Free Academy
Free · no account

The checklist I run on every new target

47 checks ordered by cost: first what can get you in trouble, then the cheap stuff, and finally the expensive stuff — which is where the big bounties are. I'll send it to your inbox right now.

Unsubscribe in one click, from any email.

BBLabs · bug bounty training

Stop reading about bugs and start hunting them

Create your free account and practice on labs based on real hacks that paid out thousands of euros. The Academy is free forever.

No card · free Academy · cancel anytime