<?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>Kyle Hahn&#039;s Blog &#187; Articles</title>
	<atom:link href="http://www.kylehahn.net/topics/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylehahn.net</link>
	<description>Kyles&#039; Internet Marketing, SEO, eCommerce Blog</description>
	<lastBuildDate>Sat, 07 Jan 2012 06:14:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Morfeus Fucking Scanner User Agent</title>
		<link>http://www.kylehahn.net/morfeus-fucking-scanner-user-agent/</link>
		<comments>http://www.kylehahn.net/morfeus-fucking-scanner-user-agent/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:32:55 +0000</pubDate>
		<dc:creator>khahn</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[morfeus fucking scanner]]></category>
		<category><![CDATA[php vulnerability]]></category>
		<category><![CDATA[soapcaller.bs]]></category>
		<category><![CDATA[user agent]]></category>

		<guid isPermaLink="false">http://www.kylehahn.net/?p=72</guid>
		<description><![CDATA[So, I come on to check some of my stats today on one of my blogs and what do you know, I see a user agent called &#8220;Morfeus Fucking Scanner&#8220;. Of course this caught my attention so I did a little research on it. The bot seems to be a PHP vulnerability scanner for a [...]]]></description>
			<content:encoded><![CDATA[<p>So, I come on to check some of my stats today on one of my blogs and what do you know, I see a user agent called &#8220;<strong>Morfeus Fucking Scanner</strong>&#8220;. Of course this caught my attention so I did a little research on it.</p>
<p>The bot seems to be a <em>PHP vulnerability scanner</em> for a not very well known exploit. &#8220;<strong>Morfeus Fucking Scanner</strong>&#8221; attempted to access the directory &#8220;/<em>user/soapCaller.bs</em>&#8220;. If you do an inurl:soapCaller.bs in <a href="http://www.google.com">Google</a> you will see that there are only 2-3 results. To me it looks like this script is an open source software that is not very well known.</p>
<p>According to several people you can add the following code below to your <em>.htaccess</em> file to prevent this bot from doing anything in the future. Even though I do recommend adding this to your <em>.htaccess</em> file, I don&#8217;t believe its really needed as the &#8220;soapCaller.bs&#8221; seems to not be used by any popular software.</p>
<p><code># Start of .htaccess change.<br />
RewriteEngine On<br />
RewriteCond %{HTTP_USER_AGENT} ^Morfeus<br />
RewriteRule ^.*$ - [F]<br />
# End of .htaccess change.</code></p>
<p>If I come across any updates regarding the &#8220;Morfeus Fucking Scanner&#8221; User Agent I will update this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylehahn.net/morfeus-fucking-scanner-user-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

