A curated collection of community Nuclei templates for vulnerability scanning and security testing.
Nuclei is a fast and customizable vulnerability scanner based on simple YAML-based templates. This repository aggregates high-quality Nuclei templates from various security researchers and organizations to provide a comprehensive resource for security testing.
Nuclei templates are YAML files that define how to detect specific vulnerabilities, misconfigurations, or security issues in web applications, APIs, and infrastructure. Each template contains:
- Detection logic
- Severity classification
- References and remediation guidance
To use these templates with Nuclei:
# Install Nuclei
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
# Clone this repository
git clone https://github.com/yourusername/nuclei_templates.git
cd nuclei_templates
# Run Nuclei with custom templates
nuclei -u https://example.com -t ./templates/
# Or use specific template directories
nuclei -u https://example.com -t ./templates/cves/This collection includes templates from the following community contributors:
- ayadim/Nuclei-bug-hunter
- pikpikcu/nuclei-templates
- esetal/nuclei-bb-templates
- ARPSyndicate/kenzer-templates
- medbsq/ncl
- notnotnotveg/nuclei-custom-templates
- foulenzer/foulenzer-templates
- clarkvoss/Nuclei-Templates
- z3bd/nuclei-templates
- joanbono/nuclei-templates
- peanuth8r/Nuclei_Templates
- ree4pwn/my-nuclei-templates
- im403/nuclei-temp
- geeknik/nuclei-templates-1
- geeknik/the-nuclei-templates
- obreinx/nuceli-templates
- zinminphyo0/KozinTemplates
- n1f2c3/mytemplates
- kabilan1290/templates
- smaranchand/nuclei-templates
- Saimonkabir/Nuclei-Templates
- yavolo/nuclei-templates
- sadnansakin/my-nuclei-templates
- 5cr1pt/templates
- rahulkadavil/nuclei-templates
- Nithissh0708/Custom-Nuclei-Templates
- shifa123/detections
- daffainfo/my-nuclei-templates
- javaongsan/nuclei-templates
- AshiqurEmon/nuclei_templates
- ChiaraNRTT96/BountySkill
- NitinYadav00/My-Nuclei-Templates
- securitytest3r/nuclei_templates_work
- MR-pentestGuy/nuclei-templates
- thelabda/nuclei-templates
- 1in9e/my-nuclei-templates
- redteambrasil/nuclei-templates
- Saptak9983/Nuclei-Template
- Harish4948/Nuclei-Templates
- R-s0n/Custom_Vuln_Scan_Templates
- meme-lord/Custom-Nuclei-Templates
- Akokonunes/Private-Nuclei-Templates
- rafaelwdornelas/my-nuclei-templates
- rafaelcaria/Nuclei-Templates
- panch0r3d/nuclei-templates
- 0x727/ObserverWard_0x727
- ethicalhackingplayground/erebus-templates
- Str1am/my-nuclei-templates
- d3sca/Nuclei_Templates
- c-sh0/nuclei_templates
- glyptho/templatesallnuclei
- 0xAwali/Virtual-Host
- praetorian-inc/chariot-launch-nuclei-templates
- brinhosa/brinhosa-nuclei-templates
- wr00t/templates
- alexrydzak/rydzak-nuclei-templates
- adampielak/nuclei-templates
- ShangRui-hash/my-nuclei-templates
- dk4trin/templates-nuclei
- Elsfa7-110/mynuclei-templates
- ping-0day/templates
- wasp76b/nuclei-templates
- th3r4id/nuclei-templates
- themastersunil/Nuclei-TamplatesBackup
- blazeinfosec/nuclei-templates
- ekinsb/Nuclei-Templates
- KeepHowling/all_freaking_nuclei_templates
- Odayex/Random-Nuclei-Templates
- themastersunil/nucleiDB
- Linuxinet/nuclei-templates
- aels/CVE-2022-37042
- tamimhasan404/Open-Source-Nuclei-Templates-Downloader
- pentest-dev/Profesional-Nuclei-Templates
- Aituglo/nuclei-templates
- badboy-sft/badboy_17-Nuclei-Templates-Collection
- NightRang3r/misc_nuclei_templates
- 0XParthJ/Nuclei-Templates
- trungkay2/Nuclei-template
- ExpLangcn/NucleiTP
- thebrnwal/Content-Injection-Nuclei-Script
- System00-Security/backflow
- kh4sh3i/CVE-2022-23131
- justmumu/SpringShell
- trickest/log4j
- toramanemre/apache-solr-log4j-CVE-2021-44228
- toramanemre/log4j-rce-detect-waf-bypass
- test502git/log4j-fuzz-head-poc
Contributions are welcome! If you have custom Nuclei templates or know of other quality template repositories:
- Fork this repository
- Add your templates or update the sources list
- Submit a pull request
Please ensure templates are:
- Well-documented
- Follow Nuclei template best practices
- Include severity ratings
- Have been tested
- The maintainers of this repository are not responsible for misuse of these templates
- Use these tools ethically and legally
- Follow responsible disclosure practices
This collection aggregates templates from various sources. Please refer to individual repositories for their specific licenses.
Thanks to all the security researchers and organizations who contribute their templates to the community. Your work helps make the internet more secure.