<?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; security</title>
	<atom:link href="http://www.sophieslist.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sophieslist.com</link>
	<description>Shortcuts and Recommendations for Marketers, Mindset, and More</description>
	<lastBuildDate>Wed, 04 May 2011 19:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How did I remove the iframe the hackers put on my index pages</title>
		<link>http://www.sophieslist.com/184/remove-iframe-hackers-index/</link>
		<comments>http://www.sophieslist.com/184/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'll show you two methods, one with using ftp and the other using your file manager that comes with cpanel. Hold on... I [...]]]></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'll show you two methods, one with using ftp and the other using your file manager that comes with cpanel.</p>
<p>Hold on... I have a coaching client coming... I'll be back later this afternoon to show you step-by-step with screen shots... check back this afternoon... sorry for the interruption... OK?</p>
<p>Sorry... I am back.</p>
<p>Life got suddenly very busy... my students are suddenly producing results... 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'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" /></p>
<p>you may notice that my index.php file was changed on September 5.</p>
<p>This is a blog, and you don't change the index file... ever. so this must have been the hackers' target.</p>
<p>Now, from the result you'll see that this wasn't a manual hacker, it was a little mindless robot sent out the wreak havoc...</p>
<p><img src="http://www.sophieslist.com/images/healthy-index.png" alt="locate and remove iframe hack" /><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" /></p>
<p>on the above index.php file, please observe the last line. after the closing ?&gt; there is a whole line of code... 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" /></p>
<p>this is how the whole line looks... 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...  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" /></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" /></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... 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/small.png" /></p><script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fwww.sophieslist.com%2F184%2Fremove-iframe-hackers-index%2F"></a>]]></content:encoded>
			<wfw:commentRss>http://www.sophieslist.com/184/remove-iframe-hackers-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do car thieves and computer hackers have in common</title>
		<link>http://www.sophieslist.com/186/car-thieves-computer-hackers-common/</link>
		<comments>http://www.sophieslist.com/186/car-thieves-computer-hackers-common/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:36:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mindset]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Car Computer]]></category>
		<category><![CDATA[Car Thieves]]></category>
		<category><![CDATA[Computer Hackers]]></category>
		<category><![CDATA[Hack]]></category>

		<guid isPermaLink="false">http://www.sophieslist.com/2009/car-thieves-computer-hackers-common/</guid>
		<description><![CDATA[I just read a very interesting article, that you want to read... Though it has nothing to do with the recent iframe hack, because it effected every style of site, not just wordpress blogs, the article has a lot of good points, and you want to read it... Trust me? Read it. here is the [...]]]></description>
			<content:encoded><![CDATA[<p>I just read a very interesting article, that you want to read...</p>
<p>Though it has nothing to do with the recent iframe hack, because it effected every style of site, not just wordpress blogs, the article has a lot of good points, and you want to read it...</p>
<p><!--digg--></p>
<p>Trust me? Read it. here is the link: <a href="http://wordpress.org/development/2009/09/keep-wordpress-secure/" target="_blank">http://wordpress.org/development/2009/09/keep-wordpress-secure/</a></p>
<p align="center"><img src="http://www.sophieslist.com/wp-content/plugins/call-to-action/images/curved.png" /></p><script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fwww.sophieslist.com%2F186%2Fcar-thieves-computer-hackers-common%2F"></a>]]></content:encoded>
			<wfw:commentRss>http://www.sophieslist.com/186/car-thieves-computer-hackers-common/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: sophieslist.com @ 2012-05-18 16:40:31 -->
