An open API service indexing awesome lists of open source software.

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.

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!