Skip to content

An intelligent directory brute-forcing tool with automated application detection

License

Notifications You must be signed in to change notification settings

pwnhubdotc0m/autoBuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoBuster

An intelligent directory brute-forcing tool with automated application detection and dynamic wordlists mechanism

Easy Installation

For Linux and MacOS

  1. Open Terminal
  2. Clone the repository
git clone https://github.com/pwnhubdotc0m/autoBuster.git
  1. Navigate to the project directory
cd autoBuster
  1. Create a Python virtual environment
python3 -m venv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Install dependencies
pip3 install -r requirements.txt
  1. To deactivate the virtual environment
deactivate

For Windows

  1. Open Command Prompt or PowerShell
  2. Ensure you have Python and Git installed. To check,
python3 --version
git --version

If not installed, download and install Python & Git

  1. Clone the repository using 'Git'
git clone https://github.com/pwnhubdotc0m/autoBuster.git
  1. Navigate to the project directory
cd autoBuster
  1. Create a Python virtual environment
python3 -m venv venv
  1. Activate the virtual environment
    • On Command Prompt
    venv\Scripts\activate
    • On PowerShell
    .\venv\Scripts\activate
  2. Install dependencies
pip3 install -r requirements.txt

Options

usage: autoBuster.py [-h] [-o {txt,json,csv}] url

AutoBuster: Directory Brute Forcing Tool with Application Detection

positional arguments:
  url                   The target URL to analyze

options:
  -h, --help            show this help message and exit
  -o {txt,json,csv},    --output {txt,json,csv}
                        Output format for the results (txt, json, or csv)

Examples

python3 autoBuster.py -o json https://xyz.com

About

An intelligent directory brute-forcing tool with automated application detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published