From a857481db519af274657938457e20db40aca8365 Mon Sep 17 00:00:00 2001 From: Giuseppe Trovato Date: Thu, 15 Dec 2022 15:26:35 +0000 Subject: [PATCH] feat: act as a WAF --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e1667f..f845784 100644 --- a/README.md +++ b/README.md @@ -514,10 +514,11 @@ Contributed by: [@otavorteppesuig](https://github.com/JoeFound) Generated > 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 +``` +GET /../../../../etc/passwd HTTP/1.1 Host: www.example.com -" +``` # License