Dirbpy - URL Bruteforcer
This is a new version of dirb but in python. This version is faster than the normal version in C because it uses thread. Dirbpy is a Web Content Scanner. It looks for hidden Web Objects. It basically works by launching an attack based on a dictionary against a web server and analyzing the response.
Link to the original dirb: https://github.com/v0re/dirb
pip install dirbpy
git clone https://github.com/marcolivierbouch/dirbpy.git
cd dirbpy
sudo cp dirbpy.fish /usr/share/fish/completions
Pull the Docker
docker pull marcolivierbouch/dirbpy
After you need to get inside the docker
docker run -it marcolivierbouch/dirbpy
Command example
dirbpy -o https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/common.txt -u https://[....].com
I recommend using the SecLists: https://github.com/danielmiessler/SecLists