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

30 lines
1.0 KiB
JSON

{
"name": "ocPortal",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Cutting-edge CMS for building and maintaining a sophisticated social website. Fully flexible, themeable and extendible: suitable for building almost any kind of website.",
"website": "http://ocportal.com",
"matches": [
{
"text": "<html id=\"main_website_html\" xmlns=\"http://www.w3.org/1999/xhtml\""
},
{
"text": "<meta name=\"GENERATOR\" content=\"ocPortal\" />"
},
{
"regexp": "(?-mix:<!--\\nPowered by ocPortal\\n([^\\n]+) version\\nCopyright ocProducts Limited\\nhttp:\\/\\/ocportal\\.com\\n-->)",
"offset": 1
},
{
"search": "headers[x-powered-by]",
"regexp": "(?-mix:^ocPortal ([^\\(]+) \\(PHP)",
"offset": 1
},
{
"name": "ocp_session cookie",
"regexp": "(?-mix:ocp_session=[\\d]+;)",
"search": "headers[set-cookie]"
}
]
}