diff --git a/tools-and-their-uses.md b/tools-and-their-uses.md index 78f8adf..39d4b75 100644 --- a/tools-and-their-uses.md +++ b/tools-and-their-uses.md @@ -18,6 +18,12 @@ dalfox file gf_xss.txt -w 50 --silence 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 {% code overflow="wrap" %}