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

25 lines
801 B
JSON

{
"name": "SnomPhone",
"author": "Andrew Horton",
"version": "0.3",
"description": "VoIP phones and teleconferencing systems",
"website": "http://www.snom.com/",
"matches": [
{
"name": "copyright snom.com",
"regexp": "(?-mix:&copy; 2000-20[0-9]+ <a href=\"http:\\/\\/snom.com\">snom AG<\\/a><br>)"
},
{
"name": "link to manual1",
"regexp": "(?-mix:<tr><td class=\"flyoutLink\" colspan=\"2\"><b><a href=http:\\/\\/(wiki|www).snom.com)"
},
{
"text": "You can enter a simple telephone number (e.g. 0114930398330) or URI like info@snom.com."
},
{
"certainty": 75,
"regexp": "(?-mix:<td[^>]+>Welcome to Your Phone!<\\/td>)"
}
]
}