y4utj4 / pyDirBusted

Web Directory Brute-Force Utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyDirBusted

pyDirBusted is a multi-session python utility used to brute-force and enumerate web directories and filenames on web and application servers. This utlitiy attempts to find both visible and hidden files located on a server, and outputs the results both to the screen with the verbose option on and active directories/files may be stored in a file of your choosing.

Setup

run python3 -m pip install -r requirements.txt to install dependencies

Usage

After cloning the repo to your system, go into the pyDirBusted directory and run python3 -m pip install -r requirements.txt. After dependencies are installed, you can run ./pyDirBusted -h to view options. This utility requires a wordlist of possible web directories and a URL to start with.

Syntax is as follows: ./pyDirBusted -u https://yoursite.com -w wordlists/wordlist.wordlist -o outfile.txt -v

Acknowledgements

Thanks to coldfusion39 and zeroSteiner for some help and advice with this project. I pulled the wordlists from here so they're not all mine.

License

pyDirBusted is released under the GNU General Public License. Check it out here.

About

Web Directory Brute-Force Utility

License:GNU General Public License v3.0


Languages

Language:Python 100.0%