Created
January 20, 2021 21:19
-
-
Save minkione/aa879a11c2033292a24ca656a89e1c6b to your computer and use it in GitHub Desktop.
Automating the process of finding reflected characters in websites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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