mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
722 B
JSON
20 lines
722 B
JSON
{
|
|
"name": "Covalent-Enterprise-Ready-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "The Covalent Enterprise Ready Server is a stand-alone, manually-managed instance of an Apache 2.0 Web server with Covalent extensions.",
|
|
"website": "http://www.covalent.net/resource/documentation/ers/2.1.0/HTML/InstallGuide/installers.html",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:secured_by_Covalent\\/([^\\s]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:(CovalentSNMP\\/[^\\s]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|