Skip to content

FuzzIt: When programs say ‘whatever’, chaos begins.

License

Notifications You must be signed in to change notification settings

sudebozkurt/FuzzIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzIt: When programs say ‘whatever’, chaos begins.

About

FuzzIt is a directory/file fuzzer written in Go. It sends HTTP requests to a target URL using a custom wordlist and reports the status codes. Useful for discovering hidden files, directories, and endpoints.

  • Written in Go (fast & portable)
  • Configurable speed & wordlist
  • Helps find hidden paths in web apps

Installation

git clone https://github.com/sudebozkurt/FuzzIt.git
cd fuzzit
go run main.go -u https://target.com -txt wordlist.txt -s 50

About

FuzzIt: When programs say ‘whatever’, chaos begins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages