diff --git a/tools-and-their-uses.md b/tools-and-their-uses.md index 25d3f71..28e07fe 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 ``` +## Dirsearch + +``` +dirsearch -e php,asp,aspx,jsp,py,txt,conf,config,bak,backup,swp,old,db,sqlasp,aspx,aspx~,asp~,py,py~,rb,rb~,php,php~,bak,bkp,cache,cgi,conf,csv,html,inc,jar,js,json,jsp,jsp~,lock,log,rar,old,sql,sql.gz,sql.zip,sql.tar.gz,sql~,swp,swp~,tar,tar.bz2,tar.gz,txt,wadl,zip -i 200 — full-url -u https://target --deep-recursive +``` + ## Subdomain Enumeration ```bash