seqrity / AllForOne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AllForOne - Nuclei Template Collector πŸ‘€

Welcome to the "AllForOne" repository! πŸš€ This repository contains a Python script that allows bug bounty hunters and security researchers to collect all Nuclei YAML templates from various public repositories, helping to streamline the process of downloading multiple templates using just a single repository.

How it Works βš™οΈ

The script leverages the GitHub repositories which containing Nuclei Templates. It will clones them to your local machine, and extracts the templates, organizing them for easy access.

πŸ‘‹ Connect with me

LinkedIn Hack The Box GitHub Twitter Telegram Email

Getting Started πŸš€

To get started, follow these steps:

  1. Clone the repository: git clone https://github.com/AggressiveUser/AllForOne.git πŸ’»

  2. Install the required dependencies: pip install -r requirements.txt πŸ”‘

  3. Run the script: python AllForOne.py 🐍

  4. Sit back and relax! The script will start collecting the Nuclei templates from public repositories.

Result πŸ“

Once the script completes, you'll find a folder named Template in the repository's root directory. Inside this folder, you'll find subfolders for each cloned repository, containing the Nuclei tool YAML templates. Each template is stored as a separate file, enabling easy access and utilization for your bug bounty or security testing activities.

Disclaimer ❗

Please ensure that you comply with all relevant laws, terms of service, and guidelines when using this tool. The Nuclei tool and the collected templates should be used responsibly and ethically. The creators of this script are not responsible for any misuse or illegal activities performed using the gathered templates.

Contributions πŸ™‹

Contributions to this project are welcome! If you have any updated and new github repo for nuclei templates, feel free to submit a pull request for PleaseUpdateMe.txt

License πŸ“„

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:Python 100.0%