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

21 lines
682 B
JSON

{
"name": "Hughes-Voice-Appliance",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Hughes VoIP Appliance for HughesNet integration",
"website": "http://www.hughes.com/",
"matches": [
{
"text": "<HTML><HEAD></HEAD><BODY onload=\"window.location='/fs/home.htm'\"></BODY></HTML>"
},
{
"text": "<head><title>HughesNet Appliance Control Center</title></head>"
},
{
"url": "/systeminfo/",
"regexp": "(?-mix:<td width='50%'>Main\\.bin Version<\\/td><td width='50%' align='center'>([^<^\\s]+)<\\/td>)",
"offset": 1
}
]
}