Welcome to the Nuclei Templates Repository! This repository contains a collection of Nuclei templates for various security testing purposes. Nuclei is a fast and flexible vulnerability scanner that helps automate the process of identifying vulnerabilities and security issues. I only publish the templates that I have personally created and tested.
Nuclei is an open-source vulnerability scanner that uses a template-based approach to detect various types of security issues. This repository aims to provide a comprehensive set of Nuclei templates that can be used to perform security assessments and vulnerability scans.
To use the templates in this repository, follow these steps:
-
Install Nuclei: If you haven't already, install Nuclei by following the official installation guide.
-
Clone the Repository: Clone this repository to your local machine.
git clone https://github.com/superhexa/nuclei-templates.git
-
Update Templates: Make sure you have the latest templates.
nuclei -update-templates
-
Run Templates: Use the Nuclei command to scan using the templates from this repository.
nuclei -t <templates_path> -u https://example.com
Contributions to this repository are welcome! If you have a new template or improvements to existing ones, please follow these steps:
-
Fork the Repository: Create a fork of this repository to make changes.
-
Create a Pull Request: Submit a pull request with your changes. Please ensure your templates are well-documented and tested.
This repository is licensed under the MIT License. See the LICENSE file for more details.