Ffuf - Fuzz Faster U Fool: Difference between revisions

From SecurityTools
m Clean up File insertion mistake which prevented from image from displaying.
Add help text output PDF and explainer text.
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
=== Sample Use/Screenshots ===
=== Sample Use/Screenshots ===


* Seen below is a run of '''ffuf''' targeted at a local Metasploitable virtual machine, with colorized output (-c option)
* Seen below is a run of '''ffuf''' targeted at a local [[Metasploitable]] virtual machine, with colorized output (-c option)
[[File:Ffuf-colorized-run.png|600px||left]]
[[File:Ffuf-colorized-run.png|600px]]
* Here is the output from '''ffuf -h''', showing the standard command help printout
<pdf>File:Ffuf_standard_help_text.pdf</pdf>


=== Similar Tools ===
=== Similar Tools ===

Latest revision as of 04:37, 1 November 2024

Description

Fuzz Faster U Fool is a Go program used for fuzzing HTTP GET and POST parameters. It is used for discovering elements and content within web applications, such as subdirectories or subdomains.

Tool Type

More Information

Sample Use/Screenshots

  • Seen below is a run of ffuf targeted at a local Metasploitable virtual machine, with colorized output (-c option)

  • Here is the output from ffuf -h, showing the standard command help printout

Similar Tools