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,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 ([^\\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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user