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

17 lines
696 B
JSON

{
"name": "Proxmox-VE",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Proxmox Virtual Environment is an easy to use Open Source virtualization platform for running Virtual Appliances and Virtual Machines.",
"website": "http://www.proxmox.com/products/proxmox-ve",
"matches": [
{
"regexp": "(?-mix:<a href='http:\\/\\/www\\.proxmox\\.com' target='_blank' class=\"boxheadline\">Proxmox Virtual Environment ([^<^\\s]+)<\\/a>)",
"offset": 1
},
{
"text": "<img alt=\"\" style=\"display:block;border:0px;width:1000px;max-height:300px;\" src='/images/logo_pve.jpg'>"
}
]
}