How to Protect Wordpress Blog From Hackers

sam2009

Regular Member
Joined
Jun 13, 2009
Messages
215
Reaction score
118
hi guys,
many people running their Autoblogs in this forum.but how to protect blogs from hackers?
 
Thank You Guys FOr such nice repply.
 
Is it really necessary to perform all those steps?
I'm running a dozen of blogs with just standard installation, without any "security" tweaks and i've never had any security problems, as long as i keep wordpress up to date.
 
Is it really necessary to perform all those steps?
I'm running a dozen of blogs with just standard installation, without any "security" tweaks and i've never had any security problems, as long as i keep wordpress up to date.

It would be worth it if those blogs you have bring in a decent income. If you have a few that are fairly successful and someone with the knowledge to hack comes across it, they are likely do it. That doesn't mean people won't hack an unsuccessful blog, some people just like to screw with others even if it doesn't benefit themselves.

Here's a paid suite you can install
Code:
http://www.opensource-excellence.com/index.php?page=shop.product_details&flypage=flypage_new.tpl&product_id=2&category_id=6&option=com_virtuemart&Itemid=14&vmcchk=1&Itemid=14
 
I'm running a dozen of blogs with just standard installation, without any "security"

You may not have had any problems with your blogs as yet, but who's to say next week or next month your blogs will still be safe?

They didn't develop all those security plugins just for the fun of it; the security plugins are there to protect your blogs.
 
well, to be completely secure there is only one way that i know of...

PUT THE SITE OFFLINE!

j/k but serious at the same time. All you can do is follow some of the advices above, and still you'll have a chance to get hacked.

People already gave you some good advice about security plugins, follow that advice for your own good ;)
 
One of my blogs just got turned into a phishing machine (C4-Parana). I tried replacing some files but that didn't do the trick. I ended up deleting and recreating the shared server account and restoring the blog from a WP-backup file (my first restore).

So I'm going to add some protection, although I won't do everything listed above. Maybe I'll just add the WP-Secure plugin for now, because I can add that to all my blogs with one stroke (I use WordPress Manager DX).

TT
 
Changing the file and folder names so hackers can't find the standard wordpress footprint.
Most of hackers scrape serps for vulnerable blogs , as you would to blogs to do spam.
They look for standard file name like "wp-comment" or anything "wp" related in general.

Another simple thing is to create a htpasswd file to protect your login and core files.
You can't hack it, if you can't reach it, and there is nothing wrong with filling in your password twice.
http://www.askapache.com/wordpress/htaccess-password-protect.html
^can also exclude files.

Use at least vps hosting. Shared hosting sucks.
With shared hosting it isn't necessarily you that gets hacked.
It might be one of your neighbors.

This plugin sends you a email whenever a file is changed or accessed.
http://wordpress.org/extend/plugins/wordpress-file-monitor/

Use htaccess file to only allow acces to certain files from ip address.
To make login files only accessibility for your home ip.

Blank index.html in the plugin folder.

Login lockdown plugin, to stop brute force attacks.
User gets a certain amount of chances to login.
http://wordpress.org/extend/plugins/login-lockdown/

chmod, 750 on wp-config.php and xmlrpc.php(if your not using rpc post)

Admin ssl plugin;
http://wordpress.org/extend/plugins/admin-ssl-secure-admin/

Wp-security scan; (as mentioned)
http://wordpress.org/extend/plugins/wp-security-scan/

A theme checker;
http://builtbackwards.com/projects/tac/


No matter how much you try.
You will never be safe.
Always back up your stuff.

And to add to your list, never create wordpress mysql tables as wp_. Best way to see your entire WP DB go bye bye. Always use a different table prefix if possible.
 
Shared Hosting best or VPS hosting best for Autoblogs?
 
The WP Security Scan is great because it will tell you where your blogs are vulnerable. I also use login lockdown to avoid people trying to guess my password.

Like others have said, you may not make your blog 100% safe even some of these measures will help out tremendously!
 
My blog was hacked by C4Parana in order to turn the site into a phishing engine. I was alerted by someone who received a phishing email. Google had spotted it and reported the site generating the email... mine!

TT
 
thanks and rep added.

And to add to your list, never create wordpress mysql tables as wp_. Best way to see your entire WP DB go bye bye. Always use a different table prefix if possible.

how do we do that?

and also how do we change wordpress directories/filename (if its possible)

If i modify db/table name, directory, filename then how will my wordpress blog run? it will give error if that name is not there.
 
Here's a paid suite you can install
Code:
http://www.opensource-excellence.com/index.php?page=shop.product_details&flypage=flypage_new.tpl&product_id=2&category_id=6&option=com_virtuemart&Itemid=14&vmcchk=1&Itemid=14

Is this your affiliate ID? ;)
 
Back
Top