Skip to main content

disable execution of base64 encoded scripts?

Comments

3 comments

  • Jcats
    You can add: base64_decode to disable_functions yes Sadly there are ways around it though but it is better than nothing. Also realize although it is used in a lot of malicious code, there is legitimate code that relies on it as well.
    0
  • quizknows
    You could try it, but like Jcats says, a lot of legitimate code relies on this function. Even the wordpress core and many popular plugins like wp-super-cache rely on base64_decode.
    0
  • cPanelMichael
    Hello :) Right, as mentioned, it's likely to block legitimate code and create issues for your users if this is a shared hosting server. If it's SPAM you want to prevent, then you may find this document helpful:
    0

Please sign in to leave a comment.