DirbGraph is a small Python program designed to process and analyze the output of the dirb tool.
Install the required dependencies using:
pip install -r requirements.txtIf you are running this on Linux, I included PyQt6 libraries in the requirements.txt file since a GUI toolkit library.
- Run the
dirbtool to generate a text output file (run in silent mode with -S to avoid printing "Testing..." lines):dirb <target_url> <wordlist> -S -o scan.txt
- Use this program to process the
scan.txtfile:python parser.py scan.txt
This project is open-source and available under the MIT License.