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

30 lines
1.2 KiB
JSON

{
"name": "Funkwerk-Gateway",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Funkwerk Gateway",
"website": "http://www.funkwerk-ec.com/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^fec\\/[\\d\\.]+ \\(Funkwerk BOSS\\)$)"
},
{
"regexp": "(?-mix:Welcome to your Funkwerk Gateway <b>([^<]+)<\\/b>\\.<\\/font><br><\\/td><\\/tr><\\/tbody><\\/table><\\/blockquote>)"
},
{
"url": "/state",
"regexp": "(?-mix:<TR>[\\s]+<TD BGCOLOR=\"#C0C0C0\">System Name<\\/TD>[\\s]+<TD><FONT COLOR=\"#0000FF\">([^<]+)<\\/FONT><BR><\\/TD>)"
},
{
"url": "/state",
"regexp": "(?-mix:<TR>[\\s]+<TD BGCOLOR=\"#C0C0C0\">Type of System<\\/TD>[\\s]+<TD><FONT COLOR=\"#0000FF\">([^<]+)<\\/FONT><BR><\\/TD>)"
},
{
"url": "/state",
"regexp": "(?-mix:<TR>[\\s]+<TD BGCOLOR=\"#C0C0C0\">Software<\\/TD>[\\s]+<TD><FONT COLOR=\"#0000FF\">V\\.(.+) IPSec from [\\d]{4}\\/[\\d]{2}\\/[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}<\\/FONT><BR><\\/TD>)",
"offset": 1
}
]
}