
Nuclei scripts created by @rxerium for zero days / actively exploited vulnerabilities.

A curated collection of 144+ Nuclei templates focusing on zero-day and actively exploited vulnerabilities in the wild with a few miscellaneous templates. Templates use passive detection techniques (version/date matching) and are organized by year for easy navigation.
⚠️ Note: Date matching may be less reliable than version detection. Use with caution.
# Clone the repository
git clone https://github.com/rxerium/rxerium-templates.git
cd rxerium-templates
# Or use directly with Nuclei
nuclei -t rxerium-templates/ -u https://target.com
# Scan a single target
nuclei -t rxerium-templates/ -u https://example.com
# Scan with specific severity
nuclei -t rxerium-templates/ -u https://example.com -severity critical,high
# Scan specific year
nuclei -t rxerium-templates/2025/ -u https://example.com
# Bulk scan from file
nuclei -t rxerium-templates/ -l targets.txt
Get notified whenever a new template is released:
Subscribe to receive email notifications when new Nuclei templates are added to this repository.
Templates have been cited in security research from NCSC, SonicWall, NVD NIST, Censys, ReSecurity, California CyberSecurity Integration Center and many others.
These templates are for authorized security testing only. Always obtain proper permission before scanning.