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

28 lines
1.0 KiB
JSON

{
"name": "SkyX",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The Mentat SkyX series were designed for TCP acceleration/compression and high latency link optimization. Mentat was acquired by Packeteer in 2004. Packeteer was acquired by Blue Coat Systems in 2008 and the SkyX series was discontinued",
"website": "http://www.bluecoat.com/",
"matches": [
{
"text": "<div id=\"skyx_status\">SkyX status: enhancing</div>"
},
{
"text": "<script language=\"javascript\" type=\"text/javascript\" src=\"/skyxgui.js\"></script>"
},
{
"regexp": "(?-mix:<div id=\"hostname\"><a href=\"Misc\">Hostname<\\/a>: ([^\\s^<]+)<\\/div>)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^SkyX )"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^SkyX HTTPS ([^\\s]+)$)",
"offset": 1
}
]
}