mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
[
|
|
{
|
|
"enabled":1,
|
|
"version_min":300000,
|
|
"title":"SecRuleRemoveByMsg (1/2)",
|
|
"client":{
|
|
"ip":"200.249.12.31",
|
|
"port":123
|
|
},
|
|
"server":{
|
|
"ip":"200.249.12.31",
|
|
"port":80
|
|
},
|
|
"request":{
|
|
"headers":{
|
|
"Host":"localhost",
|
|
"User-Agent":"curl/7.38.0",
|
|
"Accept":"*/*"
|
|
},
|
|
"uri":"/?key=value&key=other_value",
|
|
"method":"GET"
|
|
},
|
|
"response":{
|
|
"headers":{
|
|
"Date":"Mon, 13 Jul 2015 20:02:41 GMT",
|
|
"Last-Modified":"Sun, 26 Oct 2014 22:33:37 GMT",
|
|
"Content-Type":"text/html"
|
|
},
|
|
"body":[
|
|
"no need."
|
|
]
|
|
},
|
|
"expected":{
|
|
"debug_log":"Skipped rule id '2'. Removed by a SecRuleRemoveByMsg directive."
|
|
},
|
|
"rules":[
|
|
"SecRuleRemoveByMsg tag123",
|
|
"SecRule ARGS \"@contains test\" \"id:1,pass,t:trim\"",
|
|
"SecRule ARGS \"@contains test\" \"id:2,pass,t:trim,msg:'tag123'\"",
|
|
"SecRule ARGS \"@contains test\" \"id:3,pass,t:trim\""
|
|
]
|
|
},
|
|
{
|
|
"enabled":1,
|
|
"version_min":300000,
|
|
"title":"SecRuleRemoveByMsg (2/2)",
|
|
"client":{
|
|
"ip":"200.249.12.31",
|
|
"port":123
|
|
},
|
|
"server":{
|
|
"ip":"200.249.12.31",
|
|
"port":80
|
|
},
|
|
"request":{
|
|
"headers":{
|
|
"Host":"localhost",
|
|
"User-Agent":"curl/7.38.0",
|
|
"Accept":"*/*"
|
|
},
|
|
"uri":"/?key=value&key=other_value",
|
|
"method":"GET"
|
|
},
|
|
"response":{
|
|
"headers":{
|
|
"Date":"Mon, 13 Jul 2015 20:02:41 GMT",
|
|
"Last-Modified":"Sun, 26 Oct 2014 22:33:37 GMT",
|
|
"Content-Type":"text/html"
|
|
},
|
|
"body":[
|
|
"no need."
|
|
]
|
|
},
|
|
"expected":{
|
|
"debug_log":"Skipped rule id '3'. Removed by a SecRuleRemoveByMsg directive."
|
|
},
|
|
"rules":[
|
|
"SecRuleRemoveByMsg whee",
|
|
"SecRule ARGS \"@contains test\" \"id:1,pass,t:trim\"",
|
|
"SecRule ARGS \"@contains test\" \"id:2,pass,t:trim\"",
|
|
"SecRule ARGS \"@contains test\" \"id:3,pass,t:trim,msg:'whee'\""
|
|
]
|
|
}
|
|
]
|