Skip to content

Instantly share code, notes, and snippets.

@minkione
Created January 20, 2021 21:19
Show Gist options
  • Save minkione/aa879a11c2033292a24ca656a89e1c6b to your computer and use it in GitHub Desktop.
Save minkione/aa879a11c2033292a24ca656a89e1c6b to your computer and use it in GitHub Desktop.
Automating the process of finding reflected characters in websites
subfinder -d domain.com -all -nC -nW -silent -t 30 | sort -u | httprobe -c 100 | waybackurls | sort -u | gf xss | qsreplace -a > myxss.txt && cat myxss.txt | qsreplace -a | kxss2 2> /dev/null | grep -v "\[\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment