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,22 @@
|
||||
{
|
||||
"name": "Linksys-USB-HDD",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.3",
|
||||
"description": "Linksys external USB HDD web frontend",
|
||||
"website": "http://www.linksys.com/",
|
||||
"matches": [
|
||||
{
|
||||
"ghdb": "intitle:\"Network Storage Link for USB 2.0 Disks\" Firmware",
|
||||
"certainty": 75
|
||||
},
|
||||
{
|
||||
"text": "<title>Network Storage Link for USB 2.0 Disks</title>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix: Version: V([\\d\\.\\-a-zA-Z]+)<\\/span> <\\/td>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:\t <td align=\"center\" width=\"100\" class=\"mname\">([^<]+)<\\/td>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user