<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Money Online Blog, Internet Marketing Ideas, SEO, Link Building Ideas &#187; Attacker</title>
	<atom:link href="http://www.websitesforsaleworld.co.uk/blog/tag/attacker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitesforsaleworld.co.uk/blog</link>
	<description>Ways To Make Money &#38; Internet Marketing Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 11:18:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Securing Your WordPress Blog From Attack</title>
		<link>http://www.websitesforsaleworld.co.uk/blog/2010/02/securing-your-wordpress-blog-from-attack/</link>
		<comments>http://www.websitesforsaleworld.co.uk/blog/2010/02/securing-your-wordpress-blog-from-attack/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 17:22:10 +0000</pubDate>
		<dc:creator>Andrew Fitzgerald</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Attacker]]></category>
		<category><![CDATA[Backdoors]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Clever Hackers]]></category>
		<category><![CDATA[Common Sense]]></category>
		<category><![CDATA[Config Php]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Database Name]]></category>
		<category><![CDATA[Entire Network]]></category>
		<category><![CDATA[Hacker]]></category>
		<category><![CDATA[Hosting Server]]></category>
		<category><![CDATA[Lowercase Characters]]></category>
		<category><![CDATA[Mixture]]></category>
		<category><![CDATA[New Patches]]></category>
		<category><![CDATA[Plugins Folder]]></category>
		<category><![CDATA[Privileges]]></category>
		<category><![CDATA[Scanner Software]]></category>
		<category><![CDATA[secure wordpress]]></category>
		<category><![CDATA[Website Logins]]></category>
		<category><![CDATA[Will Have Some Sort]]></category>
		<category><![CDATA[Wp]]></category>

		<guid isPermaLink="false">http://www.websitesforsaleworld.co.uk/blog/?p=464</guid>
		<description><![CDATA[  Getting Started First thing I recommend is that you login to your wordpress blog and upgrade to the latest version straight away via the dashboard as wordpress are always working on new patches that fix any known threats. Then start upgrading all your plugins as there may also be new patches that the plugin [...]<p><a href="http://www.websitesforsaleworld.co.uk/blog/2010/02/securing-your-wordpress-blog-from-attack/">Securing Your WordPress Blog From Attack</a> is a post from: <a href="http://www.websitesforsaleworld.co.uk">Websites For Sale</a></p>
]]></description>
			<content:encoded><![CDATA[<p> <br />
<strong>Getting Started</strong></p>
<p>First thing I recommend is that you login to your wordpress <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> and upgrade to the latest version straight away via the dashboard as wordpress are always working on new patches that fix any known threats.</p>
<p>Then start upgrading all your plugins as there may also be new patches that the plugin developer may of fixed that are known threats to his/her plugin that could harm your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span>.</p>
<p><strong>Protecting Your Plugins</strong><strong> </strong></p>
<p>With so many plugins available free on the Internet which most of us have installed, you may be open to an attack as some plugins may have flaws in them, which an attacker could use to alter your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> in some way.</p>
<p>All a hacker has to do is go to <a href="http://www.yourdomainname.com/wp-contents/plugins/">www.yourdomainname.com/wp-contents/plugins/</a> to find out what plugins your using.  Some clever hackers will have some sort of scanner software to scan your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> for any open backdoors to gain access to your plugins.</p>
<p><strong>Solution</strong></p>
<p>To prevent a hacker from accessing your plugins simply setup a index.html file and upload it to your plugins folder /wp-contents/plugins/</p>
<h1><strong> </strong></h1>
<h1><strong> </strong></h1>
<p><strong>Password Security</strong></p>
<p>This one is common sense, yet most of us use the same password for all of our <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">website</a></span> logins.  It’s wise to use a different password for all your logins and have a mixture of numbers and upper and lowercase characters.</p>
<p>If a hacker has managed to get your password and has hacked into your hosting server and finds all your other blogs, if your using the same password to log onto all your blogs, you’ve just given the hacker full access to your entire network of blogs.</p>
<p>You should also change the default admin username to a different name.  Because if the hacker knows your username then he’s halfway there to getting into your site.  To do this create a new username and give it admin privileges and delete the original admin username.</p>
<p><strong><br />
</strong></p>
<p><strong>Protecting Your WP-Config.php File</strong></p>
<p><strong> </strong></p>
<p>Your wp-config.php file within the root of your wordpress <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> contents information about your database.  For example the database name, username and password.  This is a file you should protect.</p>
<p>All you need to do is add the following code to your <strong>.htaccess</strong> file if you have one.  If you don’t have a .htaccess file setup at your root then open up notepad.exe and add the following text:</p>
<p>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p>
<p># protect the htaccess file<br />
&lt;files .htaccess&gt;<br />
order allow,deny<br />
deny from all<br />
&lt;/files&gt;</p>
<p># limit file uploads to 10mb<br />
LimitRequestBody 10240000</p>
<p># protect wpconfig.php<br />
&lt;files wp-config.php&gt;<br />
order allow,deny<br />
deny from all<br />
&lt;/files&gt;</p>
<p># disable directory browsing<br />
Options All –Indexes</p>
<p>I put this text into a file I call htaccess.txt on my local drive, I upload it to the root of the host, and then I rename it on the host to .htaccess and then it immediately disappears because it acts like a system file</p>
<p><strong>Login Limitations</strong><strong> </strong></p>
<p>It’s a good idea to limit how many times a user can enter in a wrong password to get access to your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span>.  There is a good plugin for this called “LockDown” which will lock out users if they enter their password wrong too many times.  You can choose how many times users enter their password and also how long they’re locked out for via the options page – <a href="http://wordpress.org/extend/plugins/login-lockdown/"><span style="color: #0000ff;">Click Here To Download</span></a></p>
<p><strong>Hiding Your</strong> <strong>Wp-Admin Login Page</strong><strong> </strong></p>
<p>A great plugin called “Stealth Login” can hide your wordpress login page so if your password did leak out, a hacker would have a hard time trying to find your login page.  A good use for this plugin is to prevent any malicious bots from accessing your wp-login.php file and attempting to break in.</p>
<p><a href="http://wordpress.org/extend/plugins/stealth-login/"><span style="color: #0000ff;">Click Here To Download Stealth Login </span></a> </p>
<p><strong>Hiding Your WordPress Version</strong><strong> </strong></p>
<p>By default, WordPress theme’s have a line in the header.php to display the current version of WordPress you use (can be found by viewing source).</p>
<p>Since anyone can find your WordPress version this way, your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> is prone to hackers until you upgrade to the latest version. To prevent displaying your WordPress version, just open your theme’s header.php file and look for the following line</p>
<p>&lt;meta name=”generator” content=”WordPress &lt;?php bloginfo(’version’); ?&gt;” /&gt;</p>
<p>And replace it with &lt;meta content=&#8221;WordPress&#8221; /&gt;</p>
<p>To access your header.php within your wordpress dashboard, click on <strong>Appearance / Editior</strong> and then click on the <strong>Header.php</strong> file as shown below:</p>
<p>Some themes might already have this done for you, but it’s worth taking a look.</p>
<p><strong>Protecting Your Database</strong><strong> </strong></p>
<p>Another great free plugin is called WP-DB-Backup, which makes backing up your databases very easy and automated.  You only need to set this up once and set it to run at regular intervals.</p>
<p>This plugin automates the backing up of your databases and can have it sent to your email inbox.  Other than the default table created by WordPress, you can also backup custom tables created by plugins.  In the event that your account crashes, you can easily import and restore the database with the backup.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-db-backup/"><span style="color: #0000ff;">Click Here To Download WP-DB-Backup</span></a></p>
<p><strong>Change Database Table Prefix</strong><strong> </strong></p>
<p>When installing wordpress, it uses the default “wp” prefix in your database tables which makes it easy for a hacker to hack your database tables if he managed to get in.  You can easily change the prefix to other terms that are difficult to guess using the wp-security-scan plugin.  <a href="http://wordpress.org/extend/plugins/wp-security-scan/"><span style="color: #0000ff;">Click Here to Download</span></a></p>
<p>WP-Security-Scan checks your WordPress for security vulnerabilities and suggests/provides corrective actions. The corrective actions include changing your database prefix, hiding the WordPress version number from the header and allows you to test out the strength of your password.</p>
<p>Once in a while, it is a good idea to run the inbuilt security scanner and check your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> for any security invulnerabilities.</p>
<p><strong>Protect Your Blog From Comment Spam</strong><strong> </strong></p>
<p>Spam can be a danger to your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> and its visitors. Comment spam can insert unwanted content onto your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">website</a></span>. One way of protecting against spam is using plugins that track comments and trackbacks, running them through tests to check on whether they are spam and then refusing or approving based on the test results. Though its worth noting that this is not completely full proof and depending on the size of your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> you may even want to personally moderate commenting, or maybe even limit commenting to specific posts.</p>
<p>Anti-spam Plugins and additional resources on how to protect from comment spam:</p>
<p><a href="http://akismet.com/download/"><span style="color: #0000ff;">Akismet</span></a></p>
<p><a href="http://codex.wordpress.org/Combating_Comment_Spam"><span style="color: #0000ff;">Codex on Combating Comment Spam</span></a></p>
<p><a href="http://codex.wordpress.org/Plugins/Spam_Tools"><span style="color: #0000ff;">Codex listing of Spam Tools</span></a></p>
<p><strong>Limit Self Registration Of Users</strong><strong> </strong></p>
<p>WordPress supports the ability for users to create new accounts for the purpose of posting. Though this registration does allow them to subscribe as well, which gives them access to reading only. Turn self-registration off in</p>
<p><strong>Settings:  uncheck anyone can register</strong></p>
<p><strong><br />
</strong>or limit your readers to the subscribe role only.</p>
<p><strong><br />
</strong></p>
<p><strong>Delete the Install.php from your root directory</strong><strong> </strong></p>
<p>After you have installed wordpress make sure you have deleted the install.php from your root directory, as anyone could run this file and cause damage to your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">website</a></span>.</p>
<p><strong><br />
</strong></p>
<p><strong>Checking Your Theme For Harmful Links</strong><strong> </strong></p>
<h1><strong> </strong></h1>
<p>When you are installing a free wordpress theme you have found on the Internet you need to make sure the free theme doesn’t have any harmful links that could potentially ruin your rankings with Google.</p>
<p>Some designers will sell footer links on these themes, which is how they make money by allowing you to download them for free, but some designers will hide the footer links so you don’t see them, which is against Googles webmaster algorithm and will harm your rankings.  Also some of this links will link to what is known as a bad neighbourhood of websites which are currently blacklisted by Googles eyes and if your linking to them, your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> will loose its rankings.</p>
<p>Here is a typical themes footer with links you will find on a free theme</p>
<p>Now if I run my cursor over the bottom of my entire footer and highlight it, I might find some hidden links just like the following in red:</p>
<p>Now you can guess how bad this would look in Googles eyes and what affect this would have on your <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span>.</p>
<p>So when you download a free theme make sure to check the template files for any hidden links</p>
<p>You can do this from within the dashboard under <strong>Appearance / Edit</strong><strong>or / Footer.php</strong></p>
<p><strong> </strong></p>
<p>I highly recommend you get your wordpress themes from Woo Themes</p>
<p><a href="http://www.secureblogguide.com/Recommends/woothemes.php"><span style="color: #0000ff;">Click Here To See Their Themes</span></a><br />
Keeping Your Computer Clean</p>
<p>Its very important to make sure the computer your using to edit your wordpress <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> is clean from any spyware, viruses, malware, adware, etc.  For example you could have an infection of keylogger on your pc, which will track all your passwords, and be able to hack into your wordpress <span class='bm_keywordlink'><a href="http://www.websitesforsaleworld.co.uk">blog</a></span> and other websites you use.</p>
<p>Make sure you have an up to anti virus and firewall protection on your computer.  A very good application, which is free to use, is called “C Cleaner”, which will scan your computer for any spyware, adware and delete them. I recommend installing this and running this at least once a day if you use the Internet a lot as it will detect any infections you get from visiting websites that install applications in the background without you knowing.</p>
<p><a href="http://www.ccleaner.com/"><span style="color: #0000ff;">Click Here To Download</span></a></p>
<h1><strong> </strong></h1>
<h1><strong> </strong></h1>
<p><strong>Server Vulnerabilities</strong><strong> </strong></p>
<p>The webserver running WordPress, the database with the WordPress data, PHP and any other scripting/programming language used for plugins or helper apps could have vulnerabilities. Therefore, make sure you are running secure, stable versions of your web server, database, scripting interpreter, or make sure you are using a trusted host that takes care of these things for you.</p>
<p>It should also be mentioned that if you&#8217;re on a shared server (one that hosts other people besides yourself) if someone else is compromised, then it&#8217;s very likely you could be compromised too even if you follow everything in this guide. Be sure to ask your web host what security precautions they take.</p>
<p>One Hosting Company I recommend is Hostgator –</p>
<h3><a href="http://www.secureblogguide.com/Recommends/hostgator.php"><span style="color: #0000ff;">Click Here To View Price Plans</span></a></h3>
<p><a href="http://www.websitesforsaleworld.co.uk/blog/2010/02/securing-your-wordpress-blog-from-attack/">Securing Your WordPress Blog From Attack</a> is a post from: <a href="http://www.websitesforsaleworld.co.uk">Websites For Sale</a></p>
Written by Andrew Fitzgerald - <a href="http://www.websitesforsaleworld.co.uk">Websites For Sale</a> | <a href="http://www.websitesforsaleworld.co.uk">Make Money Online</a>]]></content:encoded>
			<wfw:commentRss>http://www.websitesforsaleworld.co.uk/blog/2010/02/securing-your-wordpress-blog-from-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

