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

43 lines
1.7 KiB
JSON

{
"name": "Snap-Appliance-Server",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "Snap Appliance Server network attached storage (NAS)",
"website": "http://www.overlandstorage.com/",
"matches": [
{
"regexp": "(?-mix:<TITLE>Snap Server ([^\\s]+) \\[[^\\]]+\\]<\\/TITLE>)"
},
{
"regexp": "(?-mix:<HTML><HEAD><TITLE>About Snap Server ([^\\s]+)<\\/TITLE><\\/HEAD>)"
},
{
"text": "<A HREF=\"http://www.snapappliance.com/support\" TARGET=\"new\"><IMG SRC=\"/config/resource/Tech.gif\" ALIGN=\"TOP\" NATURALSIZEFLAG=\"3\" BORDER=\"0\" ALT=\"\"></A> "
},
{
"text": "<A HREF=\"javascript:_ShowAbout()\" onMouseOver=\"window.status='About Snap Server'; return true;\" onMouseOut=\"window.status=''; return true;\"><IMG SRC=\"/config/resource/About.gif\" ALIGN=\"TOP\" NATURALSIZEFLAG=\"3\" BORDER=\"0\" ALT=\"\"></A>"
},
{
"text": " window.open(\"/config?Func=AboutSend\",\"AboutSnap\",\"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=500,height=395,resizable=yes,dependent=yes\"); "
},
{
"regexp": "(?-mix:^Snap Appliance)",
"search": "headers[server]"
},
{
"regexp": "(?-mix:^Quantum Corporation)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Snap Appliances?, Inc\\.\\/([\\d\\.]+)$)",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Quantum Corporation\\.\\/([\\d\\.]+)$)",
"offset": 1
}
]
}