Fix "no templates provided", template drift, and signing surprises
Nuclei scans fail not because the engine is broken but because templates are missing, outdated, filtered out, or failing validation. This recipe diagnoses template path and version problems, performs safe updates, validates templates, and explains a secure workflow for code-template signing.
Create a skill called "Nuclei Template Doctor". Inputs I will provide: - nuclei version output - OS info and whether I'm running inside Docker - My intended template path(s) and whether I use custom templates - The exact error output (especially if it contains [FTL]) Task: 1) Determine whether the failure is caused by missing templates, wrong paths, signing filters, or permissions. 2) Give a minimal sequence of commands to repair: - Update templates, reset config if needed, validate templates. 3) Explain what changed and what to record in engagement notes. 4) Provide safe guidance for template signing (only sign audited templates you authored).
Recurring failure modes:
`nuclei -version`
`nuclei -ut`
`nuclei -reset`
Then re-run:
`nuclei -ut`
`nuclei -t /path/to/nuclei-templates -u https://example.com`
`nuclei -validate -t /path/to/nuclei-templates`
`ls -la /full/path/template.yaml`
`nuclei -validate -t /full/path/template.yaml`
`nuclei -u https://example.com -t my-template.yaml -sign`
Eliminate wildcard 200s and handle 429 rate limiting
Content discovery explodes with false positives when targets return soft-404 pages (200 for everything) or wildcard DNS responses. This recipe calibrates baselines, applies response filters (-fs/-fw/--exclude-length), and tunes request rates to avoid WAF throttling.
Install trust correctly and fix "can't download CA certificate"
Field-tested checklist for getting HTTPS interception working in Burp. Covers Firefox's separate trust store, the http://burpsuite download page not loading, quick verification, and safe post-engagement rollback.
Keep your content off the AI slop list
Have your Claw periodically check the AI Slop Wiki and build a living filter of patterns to avoid. Every piece of content your Claw creates runs through this filter first, so you never publish anything that reads like generic AI-generated filler.
Replace "post daily" pressure with a repeatable system
Builds a creator workflow designed for consistency: batching, templates, and a content bank. It turns vague advice into an executable weekly plan, so you don't rely on motivation or panic bursts to keep publishing.