mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-10 06:04:20 +00:00
GITBOOK-107: change request with no subject merged in GitBook
This commit is contained in:
parent
1c1fc9cb20
commit
5ea485df1e
1 changed files with 7 additions and 1 deletions
|
@ -407,7 +407,13 @@ 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
|
ffuf -w ~/wordlists/subdomains.txt -H "Host: FUZZ.ffuf.me" -u http://ffuf.me
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Feroxbuster fir directory fuzzing
|
#### Directory Fuzzing using FFUF
|
||||||
|
|
||||||
|
```
|
||||||
|
ffuf -u $url/FUZZ -w ~/custom-list/custom.txt -mc all -fc 404,403,400,401,403,500 -ac -c true -r -recursion
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Feroxbuster directory fuzzing
|
||||||
|
|
||||||
```
|
```
|
||||||
feroxbuster -u $url -w /usr/share/wordlists/onelistforallshort.txt -C 404,403,429,400,401,405,302 -k
|
feroxbuster -u $url -w /usr/share/wordlists/onelistforallshort.txt -C 404,403,429,400,401,405,302 -k
|
||||||
|
|
Loading…
Reference in a new issue