新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+28
View File
@@ -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:^(.*)$)"
}
]
}