Directory & File Fuzzing
Pentesting-Web
Table of Contents
Using Ffuf
Wordlists
Wordlist | Description |
---|---|
/usr/share/wordlists/Seclists/Discovery/Web-Content/directory-list-2.3-small.txt | Directory/Page Wordlist |
/usr/share/wordlists/Seclists/Discovery/Web-Content/web-extensions.txt | Extensions Wordlist |
/usr/share/wordlists/Seclists/Discovery/DNS/subdomains-top1million-5000.txt | Domain Wordlist |
/usr/share/wordlists/Seclists/Discovery/Web-Content/burp-parameter-names.txt | Parameters Wordlist |
Directory Fuzzing:
To fuzz directories:
File extension fuzzing is also possible, but first we need to determine which extensions the page supports. For that:
Once we know it's php, we can fuzz php files:
Recursive Fuzzing:
For recursive fuzzing, simply pass the -recursion parameter. Additionally, we can choose how deep we want to go with: -recursion-depth X, where X is the number of subdirectories to fuzz.
Sub-domain Fuzzing & Vhost fuzzing
To fuzz sub-domains:
Result Filtering
To hide certain codes while fuzzing:
Parameter Fuzzing - GET
To fuzz the parameters the page accepts: