https://github.com/topscoder/nuclei-zero-day
This repository contains random Nuclei templates I've created. Most of them based on recent security issues and exploits.
https://github.com/topscoder/nuclei-zero-day
bugbounty infosec nuclei nuclei-templates security
Last synced: 8 months ago
JSON representation
This repository contains random Nuclei templates I've created. Most of them based on recent security issues and exploits.
- Host: GitHub
- URL: https://github.com/topscoder/nuclei-zero-day
- Owner: topscoder
- License: mit
- Created: 2023-06-17T13:27:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T09:32:00.000Z (over 1 year ago)
- Last Synced: 2025-01-12T19:36:15.733Z (9 months ago)
- Topics: bugbounty, infosec, nuclei, nuclei-templates, security
- Homepage:
- Size: 29.3 KB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuclei Zero Day Templates
This repository contains random Nuclei templates I've created. Most of them based on recent security issues and exploits.## Usage
To use the templates, you will need to install Nuclei and this `nuclei-zero-day` repository. Once you have installed Nuclei, you can run the following command to scan for vulnerabilities:
```bash
nuclei -t github/topscoder/nuclei-zero-day -u https://target.com
```## Installation
To install this `nuclei-zero-day` repository, you can use the following command:
```bash
export GITHUB_TEMPLATE_REPO=topscoder/nuclei-zero-day
nuclei -update-templates
```## License
This project is licensed under the MIT License.
## Contact
If you have any questions or feedback, please feel free to contact the project maintainers.
~~ Please use it responsibly!