Files
OneForAll-mirror/data/rules/whatweb/aruba-device.json
T
2020-07-29 00:02:06 +08:00

27 lines
996 B
JSON

{
"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"
}
]
}