Fuzzing

attacking_with_ffuf

Fuzzing refers to injecting data into something to study how it reacts. A keyword "FUZZ" is replaced with a word from a wordlist. It can be used to easily inject words in a URL, a form, or basically anything πŸ’₯.

FUZZ will be replaced with the values in the wordlist, one by one.

⚠️ Note that example.com/FUZZ.php and example.com/FUZZ -e .php are often different. The latter will look for both FUZZ and FUZZ.php.

Common fuzzing tools are:


πŸ‘» To-do πŸ‘»

Stuff that I found, but never read/used yet.