新增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
+22
View File
@@ -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: &nbsp;V([\\d\\.\\-a-zA-Z]+)<\\/span> &nbsp;&nbsp;<\\/td>)"
},
{
"regexp": "(?-mix:\t <td align=\"center\" width=\"100\" class=\"mname\">([^<]+)<\\/td>)"
}
]
}