Fuzzing

Fuzz everywhere - directories, files, parameters, payloads

ko-fi

Web Enumeration

Need to fuzz with user agent becaus they block ffuf UA ffuf -u https://test/.com/FUZZ -w wordlist .txt -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)"

Wordlists

Ffuf

Burp - Copy as FFUF Command

  • Modify the request - place the "FUZZ" keyword in the request

  • Right-click and choose the "Copy as FFUF Command" from Context Menu

  • The command is copied to your clipboard to be used in other tools

Directory Fuzzing

Page Fuzzing

Extension Fuzzing

Pages

Fuzz for specific exetensions

For example, php files

Recursive Fuzzing

Sub-domain Fuzzing

Virtual Host

Parameter Fuzzing

GET

POST

Value Fuzzing

Black Box Fuzzer

XSS, LFI, SQLi URL Fuzzing

Interesting Books

Interesting Books

Disclaimer: As an Amazon Associate, I earn from qualifying purchases. This helps support this GitBook project at no extra cost to you.

Support this Gitbook

I hope it helps you as much as it has helped me. If you can support me in any way, I would deeply appreciate it.

ko-fi

buymeacoffee

Last updated