Ffuf - Fuzz Faster U Fool: Difference between revisions

From SecurityTools
m Fix video window location layout.
Add help text output PDF and explainer text.
 
(3 intermediate revisions by the same user not shown)
Line 18: Line 18:
=== Sample Use/Screenshots ===
=== Sample Use/Screenshots ===


* Coming soon
* 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]]
* 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