GITBOOK-106: feroxbuster

This commit is contained in:
Xalgord 2024-05-12 05:39:21 +00:00 committed by gitbook-bot
parent b2419b71f0
commit 1c1fc9cb20
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -407,6 +407,12 @@ cat domains.txt | while read url; do dom=$(assetfinder --subs-only $url|tee $url
ffuf -w ~/wordlists/subdomains.txt -H "Host: FUZZ.ffuf.me" -u http://ffuf.me
```
#### Feroxbuster fir directory fuzzing
```
feroxbuster -u $url -w /usr/share/wordlists/onelistforallshort.txt -C 404,403,429,400,401,405,302 -k
```
#### Check all methods on domainlist for Information Disclosure
```