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

24 lines
1014 B
JSON

{
"name": "Day-Communique",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Day Communique (CQ5) WCM is a web content management system based on CRX for the content repository and Apache Sling as a web framework. Day Content Repository Extreme (Day CRX) is a content repository that implements the content repository API for Java (JSR-170). It is based on the open source reference implementation Apache Jackrabbit and serves as the foundation of all other products by Day Software.",
"website": "http://www.day.com/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Communique)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:Communique\\/([^\\s]+ \\([^\\)]+\\)))",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:Communique\\/([^\\s]+))",
"offset": 1
}
]
}