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.
- Host: GitHub
- URL: https://github.com/KajanM/DirBuster
- Owner: KajanM
- Created: 2018-04-10T22:57:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T22:30:20.000Z (over 1 year ago)
- Last Synced: 2024-11-11T18:41:22.367Z (11 months ago)
- Topics: bruteforce, forced-browse, fuzz, owasp, web-security
- Language: Java
- Homepage:
- Size: 2.25 MB
- Stars: 127
- Watchers: 5
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.