mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "SonicWALL-GMS",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "The SonicWALL Global Management System (GMS) provides organizations of any size, distributed enterprises and service providers with a flexible, powerful and intuitive solution to centrally manage and rapidly deploy SonicWALL appliances and security policy configurations. SonicWALL GMS also provides centralized real-time monitoring, and comprehensive policy and compliance reporting.",
|
||||
"website": "http://www.sonicwall.com/emea/488_3042.html",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<TITLE>SonicWALL Global Management System Version ([^\\s^<])[\\s]?<\\/TITLE>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<P><B>SonicWALL Global Management System v([^\\s^<]+))",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<TITLE>SonicWALL Universal Management Suite v([^\\s^<]+)<\\/TITLE>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<P><B>SonicWALL Universal Management Suite v([^\\s^<]+)<\\/B>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"url": "/sgms/login",
|
||||
"text": "<title>SonicWALL GMS Login</title>"
|
||||
},
|
||||
{
|
||||
"url": "/sgms/login",
|
||||
"text": "<title>SonicWALL GMS Login Screen</title>"
|
||||
},
|
||||
{
|
||||
"text": "<body background=\"images/gray_waves.back.gif\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" onLoad=\"onLoadFunc()\">"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user