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

27 lines
1.0 KiB
JSON

{
"name": "LANCOM-Device",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "LANCOM Systems is a provider of innovative and reliable communications solutions, Secure Access, VPN and Wireless LAN with high technological capabilities, easy configuration and unified control of all products.",
"website": "http://www.lancom-systems.nl/",
"matches": [
{
"regexp": "(?-mix:^LANCOM)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^LANCOM [^\\s]+ .+ ([\\d\\.]+) \\/ [\\d]{2}\\.[\\d]{2}\\.[\\d]{4}$)",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:^LANCOM ([^\\s]+) .+ [\\d\\.]+ \\/ [\\d]{2}\\.[\\d]{2}\\.[\\d]{4}$)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^LANCOM [^\\s]+ (.+) [\\d\\.]+ \\/ [\\d]{2}\\.[\\d]{2}\\.[\\d]{4}$)"
}
]
}