mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"name": "ADTRAN-Device",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "ADTRAN device - Total Access and NetVanta Network Management - Includes: Fast Ethernet switches, Gigabit Ethernet switches, Power over Ethernet Switches, Integrated switch-routers, Fixed port Routers, Modular Routers, Multiservice Access Routers, Internet security/firewall appliance, IP Business Gateways, IP Communication Platforms, IP Phones, Integrated Access Devices, 802.11a/b/g Wireless Access Points, Network Management",
|
|
"website": "http://www.adtran.com/web/page/portal/Adtran/group/3310",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^ADTRAN)",
|
|
"search": "headers[server]",
|
|
"name": "HTTP Server Header"
|
|
},
|
|
{
|
|
"string": "NetVanta",
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:^Basic realm=\"Net[Vv]anta ([^\"]+)\"$)"
|
|
},
|
|
{
|
|
"string": "Total Access",
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:^Basic realm=\"Total Access ([^\"]+)\"$)"
|
|
}
|
|
]
|
|
}
|