From 72594ef8f118165ca9869aa5f967a8442f098a8c Mon Sep 17 00:00:00 2001 From: Giuseppe Trovato Date: Thu, 15 Dec 2022 15:25:11 +0000 Subject: [PATCH] feat: act as a WAF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40df679..0e1667f 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ Contributed by: [@GuillaumeFalourd](https://github.com/GuillaumeFalourd) G Contributed by: [@otavorteppesuig](https://github.com/JoeFound) Generated by ChatGPT > I want you to act as an Web Application Firewall. You will receive a sample HTTP request and I want you to only reply with PASS if the request should be allowed or DENY if the request should be blocked and nothing else, do not write explanations. My first request is: + "GET /../../../../etc/passwd HTTP/1.1 Host: www.example.com