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

20 lines
647 B
JSON

{
"name": "Biromsoft-WebCam",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Biromsoft webcam web interface - http://www.biromsoft.com/",
"website": null,
"matches": [
{
"text": "<title>Biromsoft WebCam</title>",
"certainty": 75
},
{
"regexp": "(?-mix:<area shape=\"rect\" coords=\"[\\d\\-,]+\" href=\"http:\\/\\/www.biromsoft.com\" alt=\"Visit BiromSoft \" title=\"Visit BiromSoft \">)"
},
{
"text": "<area shape=\"rect\" coords=\"22,26,151,102\" href=\"http://www.biromsoft.com\">"
}
]
}