Ffuf - Fuzz Faster U Fool: Difference between revisions
From SecurityTools
m Fix potential typo on EmbedVideo test |
Add help text output PDF and explainer text. |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
=== Tool Type === | === Tool Type === | ||
* [[ | * [[Fuzzer]] | ||
=== More Information === | === More Information === | ||
| Line 10: | Line 10: | ||
* [https://codingo.io/tools/ffuf/bounty/2020/09/17/everything-you-need-to-know-about-ffuf.html Everything you need to know about ffuf] | * [https://codingo.io/tools/ffuf/bounty/2020/09/17/everything-you-need-to-know-about-ffuf.html Everything you need to know about ffuf] | ||
* A [https://www.youtube.com/watch?v=aN3Nayvd7FU video guide to using ffuf] from InsiderPhD on YouTube | * A [https://www.youtube.com/watch?v=aN3Nayvd7FU video guide to using ffuf] from InsiderPhD on YouTube | ||
* A video [https://www.youtube.com/watch?v=N1VurPV0s0o comparison and explainer on the differences] between ffuf and [[wfuzz]] | {{#ev:youtube|aN3Nayvd7FU|667x400}} | ||
* A video [https://www.youtube.com/watch?v=N1VurPV0s0o comparison and explainer on the differences] between ffuf and [[wfuzz]] | |||
{{#ev:youtube|N1VurPV0s0o|667x400}} | |||
* An [https://cybersecnerds.com/ffuf-everything-you-need-to-know/ installation and use guide] for ffuf | * An [https://cybersecnerds.com/ffuf-everything-you-need-to-know/ installation and use guide] for ffuf | ||
* And [https://mikekitckchan.medium.com/holy-ffuf-a-beginner-guide-to-fuzz-with-ffuf-4bc6a66b5391 one last guide to ffuf], this one designed for beginners to fuzzing | * And [https://mikekitckchan.medium.com/holy-ffuf-a-beginner-guide-to-fuzz-with-ffuf-4bc6a66b5391 one last guide to ffuf], this one designed for beginners to fuzzing | ||
=== Sample Use/Screenshots === | |||
* 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 === | |||
* [[DirB]] | |||
* [[DirBuster JF|DirBuster]] (James Fischer) | |||
* [[DirBuster 1lussion|DirBuster]] (Mr1llusion) | |||
* [[wfuzz]] | |||
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
- Everything you need to know about ffuf
- A video guide to using ffuf from InsiderPhD on YouTube
- A video comparison and explainer on the differences between ffuf and wfuzz
- An installation and use guide for ffuf
- And one last guide to ffuf, this one designed for beginners to fuzzing
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
