mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
715 B
JSON
20 lines
715 B
JSON
{
|
|
"name": "Netgear-Router",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.3",
|
|
"description": "Netgear Router - From wireless routers and adapters to Layer 3 Managed Switches we have the networking equipment you need for your home or small business.",
|
|
"website": "http://www.netgear.com/products/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Basic realm=\"?[\\s]*Netgear)",
|
|
"certainty": 75,
|
|
"search": "headers[www-authenticate]"
|
|
},
|
|
{
|
|
"certainty": 75,
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:^Basic realm=\"?[\\s]*NETGEAR ([^\"]+)[\\s]*\"?)"
|
|
}
|
|
]
|
|
}
|