Skip to content

Instantly share code, notes, and snippets.

@SaFiSec
Forked from emadshanab/xss-one-liner
Created June 1, 2023 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaFiSec/c76d416af2cb6c0d714cf892c5be4f71 to your computer and use it in GitHub Desktop.
Save SaFiSec/c76d416af2cb6c0d714cf892c5be4f71 to your computer and use it in GitHub Desktop.
#cat targets_urls.txt
http://testphp.vulnweb.com
## Command Line
gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt
#tool used
#https://github.com/jaeles-project/gospider
#https://github.com/tomnomnom/qsreplace
#https://github.com/hahwul/dalfox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment