feat: act as a WAF
This commit is contained in:
parent
72594ef8f1
commit
a857481db5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue