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

25 lines
934 B
JSON

{
"name": "Mobotix-Network-Camera",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "MOBOTIX network camera web interface",
"website": "http://www.mobotix.com/",
"matches": [
{
"text": "<meta name=\"publisher\" content=\"MOBOTIX AG, Germany\">"
},
{
"text": "<meta name=\"copyright\" content=\"MOBOTIX AG, Germany\">"
},
{
"text": "<meta name=\"author\" content=\"Daniel Kabs, MOBOTIX AG, Kaiserslautern, Germany.\">"
},
{
"regexp": "(?-mix:<font face=\"Helvetica,Arial\" size=\"-2\">\t&copy;2001[\\-0-9]{0,5} <a href=\"\\/about.html\">MOBOTIX AG<\\/a>, Germany &middot; <a href=\"http:\\/\\/www.mobotix.com\\/\">http:\\/\\/www.mobotix.com\\/<\\/a>)"
},
{
"regexp": "(?-mix:var filesystem__version=\"[M0-1\\-]*V([\\d\\.]+)\";)"
}
]
}