新增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
+24
View File
@@ -0,0 +1,24 @@
{
"name": "Cisco-ACE",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Cisco Application Control Engine (ACE) Device Manager",
"website": "http://www.cisco.com/en/US/products/ps6906/index.html",
"matches": [
{
"certainty": 75,
"url": "/favicon.ico",
"md5": "5ee29688a968d3912880b3780cdde42e"
},
{
"text": "<link href=\"/utility/cuesStylesLogo.css\" rel=\"stylesheet\" type=\"text/css\" />"
},
{
"regexp": "(?-mix:<div class=\"cuesLoginVersionInfo\">Version ([^\\s]+)<\\/div>)",
"offset": 1
},
{
"regexp": "(?-mix:<div class=\"cuesLoginProductName\">ACE ([^\\s]+) Device Manager<\\/div>)"
}
]
}