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

22 lines
944 B
JSON

{
"name": "DBHcms",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The DBHcms is a small free Open Source content management system for personal and small business websites.",
"website": "http://www.drbenhur.com",
"matches": [
{
"text": "<a target=\"_blank\" href=\"http://www.drbenhur.com/\" class=\"copyright\"> powered by DBHcms </a>"
},
{
"regexp": "(?-mix:<!--[\\s]+\\#{90,100}[\\s]+#[\\s]+#[\\s]+# DBHCMS - Web Content Management System[\\s]+#[\\s]+#[\\s]+#[\\s]+\\#{90,100})"
},
{
"regexp": "(?-mix:<!--[\\s]+Please leave this link on your website, it will help a lot for the DBHcms to get well-known.)"
},
{
"regexp": "(?-mix:<!--[\\s]+Change the copyright but please leave a link \"powered by DBHcms\" to http:\\/\\/www.drbenhur.com[\\s])"
}
]
}