<?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>bloggingrocket.com &#187; backup</title>
	<atom:link href="http://www.bloggingrocket.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingrocket.com</link>
	<description>Launch your WordPress blog the right way, first time.</description>
	<lastBuildDate>Thu, 22 Sep 2011 08:32:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SECURITY REVIEW Pt1 :: wp-security-scan plugin</title>
		<link>http://www.bloggingrocket.com/security-review-pt1-wp-security-scan-plugin/</link>
		<comments>http://www.bloggingrocket.com/security-review-pt1-wp-security-scan-plugin/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 22:55:05 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[back up]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[table prefix]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/?p=379</guid>
		<description><![CDATA[PART ONE: wp-security-scan plugin - this plugin highlights the two most over looked vulnerabilities in WordPress...]]></description>
			<content:encoded><![CDATA[<p>Security in anything we do these days is of vital importance. We are only human and we make mistakes so any kind of security back up we can put into place has got to be a good thing. In this series of five security posts I am going to review a different security related plugin and report back what are the pros and cons of each one, and of course if they are indeed making wordpress a little bit safer.</p>
<h1>PART ONE: wp-security-scan plugin</h1>
<p><span style="font-size: small;"><strong>Download</strong>: <a title="WordPress Security Scanner" rel="nofollow" href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP Security Scan</a></span></p>
<p><strong>Author</strong>: <a href="http://semperfiwebdesign.com/plugins/wp-security-scan/" target="_blank">Semper Fi Web design</a></p>
<p><strong>Cost</strong>: Free</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-380" title="wp-scan" src="http://www.bloggingrocket.com/wp-content/uploads/2008/10/wp-scan.jpg" alt="" width="396" height="177" /></p>
<p>Once you have downloaded and unzipped the plugin upload it to you plugins fold and activate it in your plugins menu in the admin area of your blog.</p>
<p>When the plugin is active you will get a new tab in the top menu like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-381" style="border: 0pt none;" title="security-link" src="http://www.bloggingrocket.com/wp-content/uploads/2008/10/security-link.jpg" alt="" width="457" height="80" /></p>
<p>Here is what each tab will tell you</p>
<h3>Security Tab</h3>
<p>This tab is a &#8216;dashboard&#8217; for the plugin, it reports to you all of its findings. One of the plugins features is to help you rename the &#8216;admin&#8217; user and it will report to you here in red if the admin user exists. The way to rename this user is listed on a page called <a href="http://semperfiwebdesign.com/documentation/wp-security-scan/change-wordpress-admin-username/" target="_blank">Change WordPress Admin Username</a>. The other items it reports on are:</p>
<ul>
<li>WordPress version: 2.6.2     You have the latest stable version of WordPress.</li>
<li>Your table prefix is not wp_. Your WordPress version is successfully hidden.</li>
<li>WordPress DB Errors turned off.</li>
<li>WP ID META tag removed form WordPress core</li>
<li>&#8220;admin&#8221; user exists.</li>
<li>The file .htaccess does not exist in wp-admin/.</li>
</ul>
<p>Further down the page is a table reporting more system level information which includes:</p>
<ul>
<li>Operating System</li>
<li>Server</li>
<li>Memory usage</li>
<li>MYSQL Version</li>
<li>SQL Mode</li>
<li>PHP Version</li>
<li>PHP Safe Mode</li>
<li>PHP Allow URL fopen</li>
<li>PHP Memory Limit</li>
<li>PHP Max Upload Size</li>
<li>PHP Max Post Size</li>
<li>PHP Max Script Execute Time</li>
<li>PHP Exif support</li>
<li>PHP IPTC support</li>
<li>PHP XML support</li>
</ul>
<h3>Scanner Tab</h3>
<p>Clicking on this tab brings up a list of files and directories which it checks that they all have  the correct permissions state. If it&#8217;s correct the line is highlighted in green &#8211; if it&#8217;s incorrect then it is highlighted in red. The correct permission status is displayed so you can change the permissions accordingly.</p>
<h3>Password Tool Tab</h3>
<p>This is a neat facility which it gives you the ability to check the strength of your passwords. A field is displayed on screen and you are invited to type in a password, a graphical bar indicator progresses as you type, alongside words telling you the strength of the password.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-392" style="border: 0pt none;" title="pw-tool" src="http://www.bloggingrocket.com/wp-content/uploads/2008/10/pw-tool.jpg" alt="" width="500" height="176" /></p>
<p style="text-align: left;">Another nice touch is it automatically generates a random strong password which you can just copy and use.</p>
<h3>Database Tab</h3>
<p style="text-align: left;">It seems there are two major vulnerabilities in WordPress the first is the auto-generated &#8216;admin&#8217; user &#8211; this is a security issue because every WordPress blog will probably have this user, therefore a potential hacker already knows half of a Username and Password pair. The second issue is the name of your tables in your database. By default when you install WordPress it auto prompts you with a table prefix of &#8216;WP_&#8217; if you leave it as this then a hacker also now knows all your table names. This is a simple one to combat because all you need to do when you install is change the prefix to something else then install. This won&#8217;t prevent a hacker from getting in but it will make it more difficult.</p>
<p style="text-align: left;">If you have already installed your blog the Database Tab has the answer. Clicking on the tab presents you with a field populated with your current table prefix. Here you can now change it to something else, but as the big, bold, italic letters say:</p>
<h4><em><em>Make a backup of your database before using this tool</em></em></h4>
<h3>Support Tab</h3>
<p>The support tab is under construction but is a place where you can link back to the publishers changelog and documentation.</p>
<h3>Conclusion</h3>
<p>My conclusion of this plugin is it highlights the two most over looked vulnerabilities in WordPress &#8211; the admin username and the table prefix. Both vulnerabilities are fixable and this plugin shows you how to do it. What&#8217;s more having these highlighted to you will teach you to install more securely in the future. Some of the info that the plugin reports will go right over most bloggers heads but so long as you don&#8217;t get bogged down with the unimportant stuff you should be OK.</p>
<p>[rating:3.5]</p>
<p>Overall I would give this plugin 3.5/5</p>
<p><strong>Killer feature:</strong> the ability to change the table prefix in one go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/security-review-pt1-wp-security-scan-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Backing up your blog :: WP Codex report on Back up methods</title>
		<link>http://www.bloggingrocket.com/wordpress-backup/</link>
		<comments>http://www.bloggingrocket.com/wordpress-backup/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 22:07:40 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[Staying Organised]]></category>
		<category><![CDATA[back up]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/wordpress-backup/</guid>
		<description><![CDATA[<p>Backing up your data is boring, none of us like doing it, we all know we should but most of us never do. I'm going to look like a real swot now - I back up, every...</p>]]></description>
			<content:encoded><![CDATA[<p>Backing up your data is boring, none of us like doing it, we all know we should but most of us never do. I&#8217;m going to look like a real swot now &#8211; I back up, every day. Actually I back up using two different programs&#8230; every day and I do a full back up every fortnight.</p>
<p>Well&#8230; when I say &#8216;I&#8217; back up, I really mean I have bought some software, a second drive and I have configured it on a schedule to back up every day, so in reality I don&#8217;t actually do anything but my data is backed up nonetheless.</p>
<p>Well that&#8217;s fine for my local data, but what about my beloved blog and those MySQL tables with their &#8216;Bits&#8217; all exposed? Well that&#8217;s a little more tricky because you don&#8217;t have full control of a remote computer.</p>
<p>Help is at hand I have found with a great plugin called <span style="font-family: 'Lucida Grande';"><a href="http://www.ilfilosofo.com/blog/wp-db-backup/" target="_blank">wp-db-backup</a> it&#8217;s really easy to use and offers multiple back up options like:</span></p>
<ul>
<li><span style="font-family: 'Lucida Grande';">additional tables (core tables included by default)</span></li>
<li><span style="font-family: 'Lucida Grande';">back up and saved to a folder on your server</span></li>
<li><span style="font-family: 'Lucida Grande';">back up and download the SQL file</span></li>
<li><span style="font-family: 'Lucida Grande';">back up and email the SQL file to yourself</span></li>
<li><span style="font-family: 'Lucida Grande';">schedule a backup with four time options (hourly, daily etc)</span></li>
</ul>
<p><span style="font-family: 'Lucida Grande';">I would recommend everybody get this plugin, your blog should become one of your treasured possessions and you need to look after it.</span></p>
<p><span style="font-family: 'Lucida Grande';">Another excellent source of back up advice is of course WordPress.org themselves here is a <a href="http://codex.wordpress.org/Backing_Up_Your_Database" target="_blank">backup article from their codex</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/wordpress-backup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

