Share
## https://sploitus.com/exploit?id=369DDC3E-C242-5B79-B881-2CDF9E5705DE
# CVE Arsenal
Automated CVE exploit scanners and Nuclei templates, generated every 6 hours from the GitHub Advisory Database.
## Structure
```
exploits/
CVE-2026-XXXXX/
scanner.py # Full scanner + exploit script
nuclei-template.yaml # Nuclei detection template
README.md # CVE details + usage
nuclei-templates/
CVE-2026-XXXXX.yaml # Symlinked for easy bulk loading
```
## Usage
### Individual exploit
```bash
cd exploits/CVE-2026-XXXXX
python3 scanner.py scan http://target:port
python3 scanner.py verify http://target:port --oob https://webhook.site/xxx
```
### Nuclei bulk scan
```bash
nuclei -t nuclei-templates/ -l targets.txt
```
## Feed
Telegram channel: [CVE Hunter](https://t.me/+YOUR_INVITE)
## Disclaimer
For authorized security testing and educational purposes only. Do not use against systems you do not own or have explicit permission to test.