新增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
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Aruba-Device",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Aruba network device - web interface for router, access point, switch, etc",
"website": "http://www.arubanetworks.com/",
"matches": [
{
"regexp": "(?-mix:<\\/noscript>[\\s]+<div id=\"system-info\">[\\s]+<ul>[\\s]+<li>System Name : ([^<]+)<\\/li>)"
},
{
"regexp": "(?-mix:<img src=\"\\/images\\/arubalogo\\.gif\" width=\"200\" height=\"51\"[\\s]+alt=\"Aruba( Wireless)? Networks\" title=\"Aruba( Wireless)? Networks\"\\/>)"
},
{
"text": "<form id=\"login-form\" method=\"post\" autocomplete=\"off\" action=\"/screens/wms/wms.login\">"
},
{
"url": "/images/arubalogo.gif",
"md5": "0edcf58b30fccecb053a6e7d3e9846ad"
},
{
"url": "/images/arubalogo.gif",
"md5": "3dcb2475aa28fc1d685f863e79cc837f"
}
]
}