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

23 lines
866 B
JSON

{
"name": "dir2web-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "dir2web CMS",
"website": "http://www.dir2web.it/",
"matches": [
{
"text": "<link href=\"default/styles/d2w_object_page.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" /></head>"
},
{
"text": "<div class=\"d2w-back_link\" id=\"start\">"
},
{
"text": "<img src=\"_themes\\/d2w\\d\\/images\\/logo_hp\\.jpg\" title=\"dir2web \\d logo\" alt=\"dir2web \\d logo\"/>"
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/www\\.dir2web\\.it\"><img style=\"border:0px\" src=\"default\\/d2w\\d\\.gif\" alt=\"dir2web ([^\\s]+) CMS\" title=\"dir2web ([^\\s]+) CMS\"\\/><\\/a><br\\/><br\\/><\\/div>)",
"offset": 1
}
]
}