A fast directory buster tool.
Requirements: Python 3.8 or higher
Steps to install:
-
Clone this repo by using command
git clone https://github.com/ShashankKumarSaxena/PyBuster.git
, or you can download the zip and extract it. -
Install required packages by going inside the project folder and running command -
pip install -r requirements.txt
(for Windows) andpip3 install -r requirements.txt
(for Linux). -
To run the tool and display the help menu, use
python pybuster.py --help
(for Windows) andpython3 pybuster.py --help
(for Linux).
Now, help menu will be displayed on your terminal.
Have fun! ✌️
Wordlist Credits: dirbuster
You can find awesome wordlists from there!
P.S: There is a big wordlist in /assets, do check it out too!