Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Custom-Nuclei-Templates — A list of custom Nuclei templates you can use for your scans. | Kitploit
Tools/GitHubGitHub/k3ystr0k3r/custom-nuclei-templates
ReconnaissanceVulnerability ScannersWeb Security
GitHubk3ystr0k3r/custom-nuclei-templates

Custom-Nuclei-Templates

A list of custom Nuclei templates you can use for your scans.

View Repository
716 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Custom Nuclei Templates

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:

root@kitploit:~
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:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Commit your changes.
  4. Submit a pull request.
Download Tool