Skip to content

Commit b19f1cd

Browse files
authored
Create 9524110.yaml
1 parent b991b76 commit b19f1cd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
meta:
3+
author: "azurit"
4+
description: "Referer Hardening Plugin"
5+
rule_id: 9524110
6+
tests:
7+
- test_id: 1
8+
desc: "Ivalid Referer header"
9+
stages:
10+
- input:
11+
dest_addr: "127.0.0.1"
12+
method: "GET"
13+
port: 80
14+
headers:
15+
Host: "localhost"
16+
User-Agent: "OWASP CRS test agent"
17+
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
18+
Referer: "This is invalid header"
19+
uri: "/get"
20+
version: "HTTP/1.1"
21+
output:
22+
log:
23+
expect_ids: [9524110]

0 commit comments

Comments
 (0)