nuclei

Fast HTTP/DNS vulnerability scanner with YAML-based templates

brewmacoslinux
Try with needOr install directly
Source

About

HTTP/DNS scanner configurable via YAML templates

Commands

nuclei

Examples

Scan a single URL with default templates$ nuclei -u https://example.com
Scan multiple targets from a file with specific template$ nuclei -l targets.txt -t /path/to/template.yaml
Run vulnerability scan with severity filtering$ nuclei -u https://example.com -severity high,critical