Version 0.01
Direct FUZZ is a simple yet powerful directory Fuzzer written in Golang.
1.Clone the repository:
git clone https://github.com/timothysunny/DirectFuzzGocd DirectFuzzGo
go build -o dfuzz./dfuzz -u <URL> -w <wordlist>- ✔️ Basic directory brute-forcing functionality
- ✔️ HTTP status code color coding for easy identification
[ ]Implement multi-threading for faster directory brute-forcing[ ]Add support for custom HTTP headers[ ]Implement timeout handling for requests[ ]Improve error handling and user messages[ ]Add more customization options
DirectFuzzGO is released under MIT license. See LICENSE.