mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
27 lines
1.0 KiB
JSON
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}$)"
|
|
}
|
|
]
|
|
}
|