Files
OneForAll-mirror/data/rules/whatweb/sonicwall-gms.json
T
2020-07-29 00:02:06 +08:00

37 lines
1.5 KiB
JSON

{
"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()\">"
}
]
}