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

15 lines
501 B
JSON

{
"name": "Apache-Cocoon",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Apache Cocoon is a Spring-based framework (since version 2.2 of Cocoon) built around the concepts of separation of concerns and component-based development.",
"website": "http://cocoon.apache.org/",
"matches": [
{
"search": "headers[x-cocoon-version]",
"regexp": "(?-mix:^(.*)$)",
"offset": 1
}
]
}