新增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
+23
View File
@@ -0,0 +1,23 @@
{
"name": "NaviCOPA",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The NaviCOPA Web Server Software installs on any version of the Microsoft Windows operating system from 98 and up, including Windows Vista, and automatically configures itself for instant HTTP access. NaviCOPA does not limit the number of connections and comfortably serves 1000's of simultaneous connections",
"website": "http://www.navicopa.com/",
"matches": [
{
"regexp": "(?-mix:^InterVations NaviCOPA)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^InterVations NaviCOPA Version ([\\d\\.]+) [\\d]{1,2}[a-z]{2} [A-Z][a-z]+ [\\d]{4}$)",
"offset": 1
},
{
"name": "NaviCopaSession Cookie",
"regexp": "(?-mix:^NaviCopaSession)",
"search": "headers[set-cookie]"
}
]
}