Zedeldi / URLHunter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

██╗   ██╗██████╗ ██╗         ██╗  ██╗██╗   ██╗███╗   ██╗████████╗███████╗██████╗ 
██║   ██║██╔══██╗██║         ██║  ██║██║   ██║████╗  ██║╚══██╔══╝██╔════╝██╔══██╗
██║   ██║██████╔╝██║         ███████║██║   ██║██╔██╗ ██║   ██║   █████╗  ██████╔╝
██║   ██║██╔══██╗██║         ██╔══██║██║   ██║██║╚██╗██║   ██║   ██╔══╝  ██╔══██╗
╚██████╔╝██║  ██║███████╗    ██║  ██║╚██████╔╝██║ ╚████║   ██║   ███████╗██║  ██║
 ╚═════╝ ╚═╝  ╚═╝╚══════╝    ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚═╝  ╚═╝
                                                                           V1.0

                           Author: Karan Bhateja
                           Twitter: @BhatejaKaran

URLHunter - Cybersecurity Tool

GitHub license GitHub issues GitHub stars

URLHunter is a powerful cybersecurity tool designed for web application security testing. This tool is aimed at helping security professionals identify vulnerabilities through forced browsing, directory and file brute-forcing, and more.


Features

  • Directory Brute-Force: Discover hidden directories on web servers.
  • File Enumeration: Enumerate potential files that may be security vulnerabilities.
  • Customizable: Easily customize the wordlists for directory and file brute-forcing.
  • Multi-Threaded: Speed up the scanning process with multi-threading support.

Getting Started

Follow these steps to get started with URLHunter:

  1. Clone the repository: git clone https://github.com/karanbhateja/URLHunter.git
  2. Install dependencies: pip install -r requirements.txt
  3. Run the tool: python URLHunter.py

Make sure to configure the tool according to your specific use case and permissions.


Usage

python3 URLHunter.py

About


Languages

Language:Python 100.0%