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

42 lines
1.6 KiB
JSON

{
"name": "cPanel",
"author": "Andrew Horton, Brendan Coles <bcoles@gmail.com>",
"version": "0.5",
"description": "Site configuration and management software application. Supporting many operating systems while allowing endusers to control every aspect of their webhosting experience.",
"website": "http://www.cpanel.net/",
"matches": [
{
"text": "<title>cPanel&reg;</title>"
},
{
"text": "<div id=\"footer_images\"><img src=\"sys_cpanel/images/powered_by.gif\" />"
},
{
"text": "Apache is working on your cPanel<sup>&reg;</sup> and WHM&#8482; Server"
},
{
"text": "<html><head><META HTTP-EQUIV=\"refresh\" CONTENT=\"0;URL=/cgi-sys/defaultwebpage.cgi\"></head><body></body></html>"
},
{
"regexp": "(?-mix:<link rel=\"stylesheet\" href=\"[^>^\"]*\\/unprotected\\/cpanel\\/style_optimized\\.css\" type=\"text\\/css\" \\/>)"
},
{
"regexp": "(?-mix:<title>cPanel&reg;[\\s]{0,2}([\\d\\.]+)<\\/title>)",
"offset": 1
},
{
"url": "/cgi-sys/defaultwebpage.cgi",
"text": "<p class=\"troubleshoot\">It may be possible to restore access to this site by <a href=\"http://www.cpanel.net/docs/dnscache/cleardns.html\">following these instructions</a> for clearing your dns cache.</p>"
},
{
"url": "/img-sys/header.jpg",
"md5": "b0f3863b68ff707c3fb586bd87b4f9c6"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^cpsrvd\\/([\\d\\.]+)$)",
"offset": 1
}
]
}