Skip to content

timothysunny/DirectFuzzGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirectFuzzGo

Version 0.01

Direct FUZZ is a simple yet powerful directory Fuzzer written in Golang.

Installation

1.Clone the repository:

git clone https://github.com/timothysunny/DirectFuzzGo
cd DirectFuzzGo 
go build -o dfuzz

Usage

./dfuzz -u <URL> -w <wordlist>

Features

  • ✔️ Basic directory brute-forcing functionality
  • ✔️ HTTP status code color coding for easy identification

Todo

  • [ ] 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

License

DirectFuzzGO is released under MIT license. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages