1

How we can secure our Joomla site from outsider user.

Is there is any security feature is available in Joomla to prevent it hacking from outsider user.

Arun Saini
  • 61
  • 9

4 Answers4

2

Use this following steps :

Change the default database prefix (jos_)

Use a SEF component

Use the correct CHMOD for each folder and file.

Password protect your administrative area.

Keep your website up-to-date.

Use a .htaccess file to secure your Joomla.

Passwords - Use a unique and strong password.

Install the jSecure Authentication plugin.

1

Have a look at phpids.org As an intrusion detection system, It mitigates web bases attacks.

HamZa
  • 14,671
  • 11
  • 54
  • 75
Ben Poulson
  • 3,368
  • 2
  • 17
  • 26
1
  1. All sites can be hacked, the best you can do is be pro-active against that day.
  2. Read the Joomla! doc's on Security
  3. The most effective exploits have been through /administrator so, put /administrator under it's own authrealm and only provide that password to trusted users. (Then change it every time a /administrator users leaves.)
  4. Use JSecure with a changing token.
  5. Run a content monitoring system in conjunction with a continuous back system so you can minimise downtime if/when you do get hacked (that way you're notified of the problem quick and can restore quickly to a working state). (You may want to investigate Akeeba for automated backups)
  6. Don't use obvious names for Administrator or Super Admin accounts (e.g. admin/superadmin/root etc) and disable the original admin account from when the site was setup.
  7. As mentioned in Joomla's doc's keep your site up-to-date with both the installed Joomla! version and any third-party extensions (especially keep an eye on the Vulnerable Extensions list)
Craig
  • 9,335
  • 2
  • 34
  • 38
1

I believe I answered this question here. Might come in handy for you too

Joomla! 2.5.4 Hacked: Having trouble with diagnosis

Community
  • 1
  • 1
Lodder
  • 19,758
  • 10
  • 59
  • 100