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

26 lines
1.4 KiB
JSON

{
"name": "WHMCS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "WHMCS is an all-in-one client management, billing & support solution for online businesses.",
"website": "http://www.whmcs.com/",
"matches": [
{
"text": "<p align=\"center\">Powered by <a href=\"http://www.whmcs.com/\" target=\"_blank\">WHMCompleteSolution</a></p>"
},
{
"text": "<td align=\"right\" valign=\"middle\">Powered by <a href=\"http://www.whmcs.com/\" target=\"_blank\">WHMCS</a></td>"
},
{
"text": "<div id=\"welcome_box\">Please <a href=\"clientarea.php\" title=\"Login\"><strong>Login</strong></a> or <a href=\"register.php\" title=\"Register\"><strong>Register</strong></a></div>"
},
{
"regexp": "(?-mix:<tr><td bgcolor=\"#efefef\" height=\"20\" align=\"center\"><a href=\"index\\.php\">Home<\\/a> \\| <a href=\"clients\\.php\">Clients<\\/a> \\| <a href=\"supporttickets\\.php\">Tickets<\\/a> \\| <a href=\"orders\\.php\">Orders<\\/a> \\| <a href=\"activitylog\\.php\">Activity<\\/a> \\| <a href=\"logout\\.php\">Logout<\\/a><\\/td><\\/tr>[\\s]+<tr><td align=\"center\">[^,^\\s]+, [^<]+<br \\/>Version: ([^<^\\s]+)<\\/td><\\/tr>)",
"offset": 1
},
{
"text": "<p>Got a new license key? <a href=\"licenseerror.php?licenseerror=change\">Click here to enter it</a></p>"
}
]
}