新增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
+30
View File
@@ -0,0 +1,30 @@
{
"name": "Toshiba-Projector",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Toshiba mobile and conference room projector",
"website": "http://us.toshiba.com/projectors/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^TOSHIBA-Projector$)"
},
{
"url": "/cgi-bin/top2.cgi",
"regexp": "(?-mix:<TD class=\"f16\" align=\"right\"><FONT color=\"#1a6b84\"><B>TOSHIBA DATA PROJECTOR&nbsp; ([^\\s]+) <\\/B><\\/FONT><\\/TD>)"
},
{
"url": "/cgi-bin/top2.cgi",
"regexp": "(?-mix:<TD class=\"f12w\" nowrap><FONT color=\"#206e96\">([\\dA-Z]{12})<\\/FONT><\\/TD>)"
},
{
"url": "/cgi-bin/status_nw.cgi",
"regexp": "(?-mix:<TD class=\"f12w\" width=\"229\" height=\"30\"><FONT color=\"#666666\"><B>MAC address<\\/B><\\/FONT><\\/TD>[\\s]+<TD class=\"f12w\" valign=\"middle\" width=\"217\" height=\"30\">([\\dA-Z]{12})<\\/TD>)"
},
{
"url": "/cgi-bin/status_nw.cgi",
"regexp": "(?-mix:<TD class=\"f12w\" width=\"229\" height=\"30\"><FONT color=\"#666666\"><B>Version<\\/B><\\/FONT><\\/TD>[\\s]+<TD class=\"f12w\" valign=\"middle\" width=\"217\" height=\"30\">([^<]+)<\\/TD>)",
"offset": 1
}
]
}