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,37 @@
|
||||
{
|
||||
"name": "Brother-Printer",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.4",
|
||||
"description": "Brother printer web interface",
|
||||
"website": "http://www.brother.com/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<FRAME SRC=\"/printer/inc_head.html\" NAME=\"header\" NORESIZE SCROLLING=\"no\">"
|
||||
},
|
||||
{
|
||||
"text": "<IMG src=\"/common/image/HL4040CN.gif\" border=0>",
|
||||
"model": "HL-4040CN"
|
||||
},
|
||||
{
|
||||
"text": "<IMG src=\"/common/image/HL4040CDN.gif\" border=0>",
|
||||
"model": "HL-4040CDN"
|
||||
},
|
||||
{
|
||||
"text": "<IMG src=\"/common/image/HL4050CDN.gif\" border=0>",
|
||||
"model": "HL-4050CDN"
|
||||
},
|
||||
{
|
||||
"text": "<IMG src=\"/common/image/HL4070CDW.gif\" border=0>",
|
||||
"model": "HL-4070CDW"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<TITLE>[\\s]*Brother ([\\w-]+) series)"
|
||||
},
|
||||
{
|
||||
"certainty": 25,
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^[Dd]ebut\\/([\\d\\.]+)$)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user