开发者

is joomla secure if i do the following:

开发者 https://www.devze.com 2023-03-16 14:26 出处:网络
is joomla secure if i: use su_php to run php in cgi mode lock down all component folders other than com_content and images (only necessary folders)

is joomla secure if i:

  • use su_php to run php in cgi mode
  • lock down all component folders other than com_content and images (only necessary folders)
  • do not allow 3rd party plugins
  • do not allow frontend login
  • keep admin login behind a htaccess password
  • change default usetname admin to xxxxxx.admin
  • change default db prefix from jos_ to xxx__

obsviously to sec开发者_JS百科ure mysql and linux to a good standard

Is there anything im missing?

Cheers

Ke


The ONLY way for YOU to know for sure will be to conduct a thorough code analysis.

Next, search google for "joomla sql injection" and decide for yourself if it's worth it. (Here's one hit: http://www.packtpub.com/article/preventing-sql-injection-attacks-on-joomla-websites )


change default usetname admin to xxxxxx.admin change default db prefix from jos_ to xxx__ do not allow 3rd party plugins do not allow frontend login

The above 4 are obviously possible and secure with Joomla, others I am not sure.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号