mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "IBM-HTTP-Server",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.3",
|
||||
"description": "IBM HTTP Server is based on the Apache HTTP Server (httpd.apache.org), developed by the Apache Software Foundation. IBM HTTP Server can be remotely administered and configured using the WebSphere administrative console",
|
||||
"website": "http://www.ibm.com/software/webservers/httpservers/",
|
||||
"matches": [
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:[\\s]*IBM-HTTP-Server\\/([\\d\\.]+))",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:[\\s]*IBM_HTTP_Server\\/([\\d\\.]+))",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"name": "IBM_HTTP_Server",
|
||||
"regexp": "(?-mix:^[\\s]*IBM_HTTP_Server)",
|
||||
"search": "headers[server]"
|
||||
},
|
||||
{
|
||||
"search": "headers[srvrname]",
|
||||
"regexp": "(?-mix:^(.*)$)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user