Skip to content
/ Voo2Dir Public

Voo2dir is a Python-based directory brute-forcing tool that sends HTTP GET requests to discover hidden directories using a wordlist and optional extensions

License

Notifications You must be signed in to change notification settings

Adkali/Voo2Dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Voo2dir is a sophisticated and efficient Python script that allows users to perform HTTP GET requests to enumerate hidden directories on a website. It employs a user-defined wordlist and, if desired, extensions. Voo2dir is designed for educational usage and offers a simple usage. When using the script, notice you are using the correct http/https format.

1

2

Optional Args

optional arguments:
  -h, --help -> Show this help message and exit.
  -u URL, --url URL -> HOST/TARGET to scan.
  -w WORDLIST, --wordlist WORDLIST -> Path to wqordlist to be loaded.
  -e EXTENSIONS -> Select extension to look for using space. example: -e php rar txt.
  -v, --verbose -> Enable verbose mode to see more.
  -t TIME, --time TIME ->  Set the timing for each request.
  -b BATCH, --batch BATCH -> How many directory paths are sent for enumeration at once.

Install

 1. git clone https://github.com/Adkali/Voo2Dir.git
 2. cd [Directory-Name]
 3. pip install -r requirements.txt
 4. Run python3 voo2dir.py
 

Updates

Voo2dir has been rebuilt from ZERO with a more user-friendly interface and additional options that give users greater control over the directory brute-forcing process. The new version 2.0 includes a batch-size option that lets users limit the number of requests sent in each batch, as well as a delay time option that controls the time interval between each request. The wordlist and extensions options have also been enhanced, providing users with greater flexibility and customization. Additionally, a 'verbose' mode has been added which shows users the error messages including status codes and server reactions. In the future, I intend to further upgrade this tool to identify more vulnerabilities and interact with web interfaces, such as detecting vulnerable user inputs. It took me time to modify this tool, i think it is very handy and useful.

About

Voo2dir is a Python-based directory brute-forcing tool that sends HTTP GET requests to discover hidden directories using a wordlist and optional extensions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages