mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-10 06:04:20 +00:00
GITBOOK-106: feroxbuster
This commit is contained in:
parent
b2419b71f0
commit
1c1fc9cb20
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue