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

22 lines
986 B
JSON

{
"name": "IBM-Cognos",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "IBM Cognos - Business Intelligence and Financial Performance Management",
"website": "http://www-01.ibm.com/software/au/data/cognos/",
"matches": [
{
"text": "<meta name=\"Trademark\" content=\"Licensed Material - Property of IBM Corp. IBM, the IBM logo, and Cognos are trademarks of IBM Corp., registered in many jurisdictions worldwide.\"/>"
},
{
"ghdb": "inurl:\"cognos/cgi-bin/cognos.cgi\""
},
{
"ghdb": "inurl:\"cognos8/cgi-bin/cognos.cgi\""
},
{
"text": "<td nowrap class=\"copyright\" id=\"loginLegalContainer\">Licensed Material - Property of IBM Corp.<br>(C) Copyright IBM Corporation and its licensors 2005, 2009.<br>IBM, the IBM logo, and Cognos are trademarks of IBM Corp., registered in many jurisdictions worldwide.</td>"
}
]
}