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

21 lines
723 B
JSON

{
"name": "CameraLife",
"author": "Andrew Horton",
"version": "0.1",
"description": "Camera Life is an open source software package you install and run on your own server running PHP and MySQL.",
"website": "https://fulldecent.github.io/cameralife/",
"matches": [
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"Camera Life version ([^\"]+)\">)",
"offset": 1
},
{
"string": "<a href=\"http://fulldecent.github.io/cameralife\"><i class=\"fa fa-globe\"></i> Built with Camera Life</a>"
},
{
"regexp": "(?-mix:This site is powered by Camera Life version ([^ ]+))",
"offset": 1
}
]
}