feat: act as a WAF

This commit is contained in:
Giuseppe Trovato 2022-12-15 15:26:35 +00:00
parent 72594ef8f1
commit a857481db5
1 changed files with 3 additions and 2 deletions

View File

@ -514,10 +514,11 @@ Contributed by: [@otavorteppesuig](https://github.com/JoeFound) <mark>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