An open API service indexing awesome lists of open source software.

https://github.com/KajanM/DirBuster

DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers.
https://github.com/KajanM/DirBuster

bruteforce forced-browse fuzz owasp web-security

Last synced: 5 months ago
JSON representation

DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers.

Awesome Lists containing this project

README

          

# DirBuster
This project is a fork of the original [DirBuster](https://sourceforge.net/projects/dirbuster/files/DirBuster%20Source/1.0-RC1/) project.
The original DirBuster project is inactive.
However, [OWASP ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) team forked it and built a Forced Browse add-on which can be loaded into ZAP.
I have added the necessary library files so that you can play with it directly.