Custom Nuclei Templates
September 28, 2024 · View on GitHub
This collection of Nuclei templates is designed to enhance your security testing capabilities. Made a few custom templates and i might add more as time goes on.
Introduction
Nuclei is a powerful tool for fast and customizable vulnerability scanning. This repository contains a set of custom templates i made for fun.
Installation
Clone this repository and place the templates in your Nuclei templates directory:
git clone https://github.com/K3ysTr0K3R/Custom-Nuclei-Templates.git
cd custom-nuclei-templates
# Copy templates to Nuclei directory
cp -r templates/* ~/.nuclei/templates/
You can also specify individual templates or directories as needed.
Template Overview
This section provides a brief description of each template included in this repository:
- Template 1: admin-panel-detect.yaml, a template used to detect admin panels.
- Template 2: gargoyle-router-detect.yaml, a template for detecting Gargoyle routers.
- Template 3: tplink-router-detect.yaml, this template will look for TP-Link routers.
- Template 4: gpon-router-detect.yaml, this template can be used to find GPON router devices.
Contributing
Contributions are welcome! If you’d like to add new templates or improve existing ones, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix.
- Commit your changes.
- Submit a pull request.