GITBOOK-92: change request with no subject merged in GitBook

This commit is contained in:
Xalgord 2024-01-30 16:35:36 +00:00 committed by gitbook-bot
parent e576b6e8aa
commit 68790d4016
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -18,6 +18,12 @@ dalfox file gf_xss.txt -w 50 --silence
breach-parse @gmail.com gmail.txt breach-parse @gmail.com gmail.txt
``` ```
## Gau
```
xargs -a alive.txt -I@ sh -c 'gau --blacklist css,jpg,jpeg,JPEG,ott,svg,ttf,png,woff2,woff,eot,gif "@"' | tee -a gau.txt
```
## Dirsearch ## Dirsearch
{% code overflow="wrap" %} {% code overflow="wrap" %}