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

21 lines
820 B
JSON

{
"name": "XHP-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "XHP CMS - eXpandable Home Page is an easy to install, easy to use, easy to expand content management system (CMS) written in PHP and using MySQL as the database engine.",
"website": "http://xhp.targetit.ro/",
"matches": [
{
"text": "<title>XHP installation</title>"
},
{
"regexp": "(?-mix:<meta name=\"GENERATOR\" content=\"XHP - eXpandable Home Page v([\\d\\.]+)\"\\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/xhp.targetit.ro\\/\">Powered by XHP CMS v([\\d\\.]+)<\\/a><br\\/><a href=\"http:\\/\\/lars.targetit.ro\\/\">Site engine is copyright)",
"offset": 1
}
]
}