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

26 lines
778 B
JSON

{
"name": "JAMM-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "JAMM CMS",
"website": "http://www.branchen-plz.de/",
"matches": [
{
"ghdb": "\"powered by JAMM CMS\"",
"certainty": 75
},
{
"regexp": "(?i-mx:<a[^>]+href=\"http:\\/\\/jammcms\\.jamm-media\\.de\\?ref=[^>]+>powered by JAMM CMS)"
},
{
"text": "<META NAME='Author' CONTENT='JAMM MEDIA Technologies Team 2005'>"
},
{
"text": "<META NAME= 'author' CONTENT='JAMM MEDIA Team 2001'>"
},
{
"text": "<!--- Content Management System JAMM CMS OWEN - Visit www.jamm-media.de for more informations -->"
}
]
}