Skip to content
/ dfuzz Public

A directory Fuzzing Tool For Web Application With Some Common Switches

Notifications You must be signed in to change notification settings

0xRahim/dfuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

dfuzz

Directory fuzzer for web applications

Screenshots

App Screenshot

Common Switches

Normal Use

  dfuzz -U https://example.com -W common.txt

Parameter Type Description
-U url provide the url

Parameter Type Description
-W wordlist path to wordlist

Parameter Type Description
-o output path to save

Parameter Type Description
-fc filter code filter output with specific code

Parameter Type Description
-fs filter size filter output by specific response size

Parameter Type Description
--ext extesion append extension to the words

Example

  dfuzz -U https://example.com -W common.txt --ext php -fc 403 -fs 1981

Installation

This is the compiled binary for amd 64

  git clone https://github.com/MrRahimX01/dfuzz
  cd dfuzz
  sudo cp dfuzz /bin
  dfuzz -h

About

A directory Fuzzing Tool For Web Application With Some Common Switches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published