Reputation: 241
I know securing any website is a very tough and broad topic to be discussed upon but i want to relate this question to my specific website which i've been working on. It was coded in php by some other programmer around 2007 and i am responsible for it's management. My problem is it's being hacked time and again. Please help me
Joomla version 1.5.18(With Virtuemart)
Upvotes: 2
Views: 1966
Reputation: 3345
In the long term, you should probably migrate to the latest version of Joomla e.g. Joomla 3.x.
A short term fix would probably involve most or all of the following:
Run through the same procedure for any other websites that share the same web hosting space.
You might also review security on your own computer and any other administrator computers as it's possible hackers may have intercepted an FTP password (or similar) from the FTP client on your computer etc.
Upvotes: 3
Reputation: 281
I would recommend to use OWASP Joomla! Vulnerability Scanner. You will be able to identify known security vulnerabilities and exploitable plug-ins. See how to use at : http://m4extensions.com/tutorials/6-how-to-secure-my-joomla-website-from-hack
Upvotes: 2
Reputation: 160
From this guide:
8 Ways to secure Joomla and prevent being hacked!
- 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.
Upvotes: 3
Reputation: 19733
Well for starters, you're using Joomla 1.5 which is old and less secure. Upgrade your site to Joomla 2.5 or 3.1 and then read the following, which is a question I answered a while back regarding what could be done to help prevent a Joomla attack:
Joomla! 2.5.4 Hacked: Having trouble with diagnosis
Upvotes: 4