Quote:
Originally Posted by InstantPH
And even if all the steps in the security guide have been followed, I think you'll find that the security whole is not with WHMCS. If it was, you'd see an influx of posts complaining about WHMCS being hacked. Similar to how we saw a huge amount of posts about the php encode hack in support tickets.
|
even using the security patch this does not stop the attempts and the support ticket messages
in cpanel you can use account level filtering to setup rules with a fail message or with a block message
a common example that is going around (in my case) is
so just setup the settings like this
Quote:
body contains
base64_decode
|
Quote:
Fail With Message
php code to a ticket system is not a nice thing to do
|
then users who send that above code in a email to your ticket system (or any other email to your account ) will get the above reply
you can add extra rules to so the above rule only apply to abuse department or other emails
here is a example email that get sended back with the above rule
Quote:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
XXX@XXX
php code to a ticket system is not a nice thing to do
|