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

92 lines
3.1 KiB
JSON

{
"name": "Zend",
"author": "Aung Khant <http://yehg.net>, Andrew Horton",
"version": "0.5",
"description": "Zend PHP Framework (http://framework.zend.com/) and Zend Server (http://zend.com) Detection",
"website": null,
"matches": [
{
"name": "GHDB: \"Powered by Zend Framework\"",
"certainty": 75,
"ghdb": "\"Powered by Zend Framework\""
},
{
"string": "PoweredBy Image",
"url": "images/PoweredBy_ZF.gif",
"md5": "eecf384879cde19f8f7f80c768c12295"
},
{
"string": "Zend Logo Small",
"url": "images/logo_small.gif",
"md5": "0f76017aa12a3dcb9cabbff26e37ff5c"
},
{
"string": "Footer Link",
"text": " alt=\"Powered by Zend Framework!\" />"
},
{
"string": "Null Controller",
"url": "e6fqv8av",
"text": "controllers/images/PoweredBy_ZF.gif\" alt=\"Powerd by Zend Framework!\" />"
},
{
"string": "Null Controller",
"url": "e6fqv8av",
"regexp": "(?-mix:<h1>Controller\\/action not found!<\\/h1>(\\r\\n|\\n)<p>Controller\\/action not found!<\\/p>)"
},
{
"string": "Zend_Controller_Dispatcher_Exception",
"url": "e6fqv8av",
"text": "( ! )</span> Zend_Controller_Dispatcher_Exception: Invalid controller specified (application) in"
},
{
"string": "Zend_Controller_Dispatcher_Exception",
"url": "e6fqv8av",
"text": "<b>Fatal error</b>: Uncaught exception 'Zend_Controller_Dispatcher_Exception"
},
{
"string": "Zend_Controller_Router_Exception",
"url": "e6fqv8av",
"text": "Uncaught exception 'Zend_Controller_Router_Exception' with message 'No route matched the request'"
},
{
"string": "Zend_Controller_Router_Exception",
"url": "e6fqv8av",
"text": "/Zend/Controller/Router/Rewrite.php</b> on line <b>"
},
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"Zend.com CMS ([\\d\\.]+)\")",
"offset": 1
},
{
"text": "<meta name=\"vendor\" content=\"Zend Technologies"
},
{
"regexp": "(?-mix:Zend Framework)",
"search": "headers[x-powered-by]"
},
{
"string": "Framework",
"search": "headers[x-powered-by]",
"regexp": "(?-mix:Zend Framework ([a-zA-Z0-9\\.\\/\\+\\-\\(\\)]+))",
"offset": 1
},
{
"string": "Core",
"search": "headers[x-powered-by]",
"regexp": "(?-mix:Zend Core\\/([a-zA-Z0-9\\.\\/\\+\\-\\(\\)]+))",
"offset": 1
},
{
"regexp": "(?-mix:^Zend )",
"search": "headers[server]"
},
{
"string": "Core",
"search": "headers[server]",
"regexp": "(?-mix:Zend Core\\/([a-zA-Z0-9\\.\\/\\+\\-\\(\\)]+))",
"offset": 1
}
]
}