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

17 lines
698 B
JSON

{
"name": "4images",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "4images is a powerful web-based image gallery management system. Features include comment system, user registration and management, password protected administration area with browser-based upload and HTML templates for page layout and design.",
"website": "http://www.4homepages.de/",
"matches": [
{
"regexp": "(?-mix:Copyright &copy; 2002-[0-9]{4} <a href=\"http:\\/\\/www.4homepages.de[\\>]*>4homepages.de<\\/a>)"
},
{
"regexp": "(?-mix:Powered by <b>4images<\\/b> ([\\d\\.]+))",
"offset": 1
}
]
}