# checkbypass

**check** **bypass**

Take as input on stdin a payload and print on stdout all the successful WAF bypasses.  

### Usage

- `checkbypass -p "<script>alert()</script>"`

### Output

```
[ BYPASSED ] Cloudflare   : https://www.cloudflare.com/?=test%3Dciaoooo
[ BYPASSED ] Akamai       : https://www.akamai.com/?=test%3Dciaoooo
[ BYPASSED ] F5           : https://www.f5.com/?=test%3Dciaoooo
[ BYPASSED ] CloudFront   : https://docs.aws.amazon.com/?=test%3Dciaoooo
[ BYPASSED ] Fortiweb     : https://www.fortinet.com/?=test%3Dciaoooo
[ BYPASSED ] Sucuri       : https://sucuri.net/?=test%3Dciaoooo
```
