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

29 lines
1.2 KiB
JSON

{
"name": "VMware-VirtualCenter",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "VMware VirtualCenter is a software suite designed to centralize the management of virtualized IT environments.",
"website": "http://www.vmware.com/products/vcenter-server/",
"matches": [
{
"text": "<script type=\"text/javascript\">document.write(\"<title>\" + ID_VC_Welcome + \"</title>\");</script>"
},
{
"text": "<meta name=\"description\" content=\"VMware vSphere is virtual infrastructure software for partitioning, consolidating and managing systems in mission-critical environments. VMware ESX Server provides a highly scalable platform with advanced resource management capabilities, which can be managed by vSphere.\">"
},
{
"url": "/en/welcomeRes.js",
"regexp": "(?-mix:var ID_VC_Welcome = \"Welcome to VMware vSphere ([^\\s^\\\"]+)\";)",
"offset": 1
},
{
"certainty": 75,
"text": "<title>VMware Virtual Infrastructure Web Access</title>"
},
{
"url": "/banner.png",
"md5": "53ea8ad28aabd281be50075c4977d31b"
}
]
}