mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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]*\"?)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user