<?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>Scripts For Your Website &#187; WordPress</title>
	<atom:link href="http://www.scriptsforyourwebsite.com/scriptsforwebsites/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptsforyourwebsite.com/scriptsforwebsites</link>
	<description>Your Best Source for the Technical Stuff</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Stop WordPress Hackers</title>
		<link>http://www.scriptsforyourwebsite.com/scriptsforwebsites/scripts/stop-wordpress-hackers/</link>
		<comments>http://www.scriptsforyourwebsite.com/scriptsforwebsites/scripts/stop-wordpress-hackers/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:29:18 +0000</pubDate>
		<dc:creator>Professor</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[deny access]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.scriptsforyourwebsite.com/scriptsforwebsites/?p=48</guid>
		<description><![CDATA[Since WordPress is one of the most popular pieces of software on the internet, hackers are constantly looking for ways to exploit it. Googling &#8220;wordpress zero day exploit&#8221; returns 115,000 results, which shows a serious need for security measures. I was recently given access to a new WordPress plugin which claims to be very effective [...]]]></description>
			<content:encoded><![CDATA[<p>Since WordPress is one of the most popular pieces of software on the internet, hackers are constantly looking for ways to exploit it. Googling &#8220;wordpress zero day exploit&#8221; returns 115,000 results, which shows a serious need for security measures.</p>

<img src="http://www.scriptsforyourwebsite.com/images/wordpress.gif" style="float:right; margin:5px 0 0 10px; width:44px; height:44px; border:0;" alt="WordPress logo" title="WordPress logo" />

<p>I was recently given access to a new WordPress plugin which claims to be very effective in protecting you from hackers. I discovered that the method used in this plugin was not only ridiculously simple, but actually inferior to a method I have been using for years.</p>

<p>The most vulnerable point of access that hackers have to your WordPress blog is through the wp-content folder. This folder contains all the scripts used by your themes and your plugins. A hacker ( or his robot ) need only enter the following into the &#8216;Address Bar&#8217; in order to discover the names of all the files in the folder:</p>

<code>http://YourBlogName.com/wp-content/themes</code>

<p>WordPress does not protect you against such access.</p>

<p>The plugin that I reviewed protects this point of entry by &#8220;fooling&#8221; hackers with a copy of the standard Apache &#8217;500 Internal Server Error&#8217; page. This fake page is uploaded as &#8216;index.html&#8217; to both the &#8216;plugins&#8217; and &#8216;themes&#8217; folders, so it is &#8220;seen&#8221; by the hacker software when it attempts access.</p>

<img src="http://www.scriptsforyourwebsite.com/images/hacker.png" style="float:left; margin:5px 20px 0 0; width:80px; height:80px; border:0;" alt="The Hacker Emblem" title="The Hacker Emblem" />

<p>Now for my &#8220;old-school&#8221; method, which I will show you for FREE.</p>

<p>There is a file in the root directory of your blog called .htaccess  This file contains coded instructions for your browser to follow before uploading your blog. It already contains code that tells the browser how to access your blog pages. All you have to do to protect your wp-content folder is insert the following code BEFORE the code that&#8217;s already there.</p>

<code># Denies access to directories<br />
Options All -Indexes</code>

<p>That&#8217;s all!</p>

<p>This code tells the browser not to let anyone access the index file of any directory, so a hacker will not be able to read the names of the files in your wp-admin folder, and thus not be able to access them. If the hacker software attempts access, it will &#8220;see&#8221; either a real Apache &#8217;403 Forbidden&#8217; error page, or just a blank page.</p><br />

<p style="text-align:center;">
  <a href="http://www.scriptsforyourwebsite.com/ProfessorRecommends/wpwizard2.htm" target="_blank" rel="nofollow" title="Learn Everything About WordPress">
    <img src="http://www.maxblogpress.com/wordpresswizard20/images/banner468x60.jpg" style="width:468px; height:60px; border:0;" alt="Learn Everything About WordPress">
  </a></p><br />
<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/deny+access' rel='tag' target='_blank'>deny access</a>, <a class='technorati-link' href='http://technorati.com/tag/exploits' rel='tag' target='_blank'>exploits</a>, <a class='technorati-link' href='http://technorati.com/tag/hackers' rel='tag' target='_blank'>hackers</a>, <a class='technorati-link' href='http://technorati.com/tag/htaccess' rel='tag' target='_blank'>htaccess</a>, <a class='technorati-link' href='http://technorati.com/tag/WordPress' rel='tag' target='_blank'>WordPress</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.scriptsforyourwebsite.com/scriptsforwebsites/scripts/stop-wordpress-hackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

