<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: I've been hacked...</title>
	<link>http://ask.metafilter.com/20522/Ive-been-hacked/</link>
	<description>Comments on Ask MetaFilter post I've been hacked...</description>
	<pubDate>Tue, 28 Jun 2005 20:04:18 -0800</pubDate>
	<lastBuildDate>Tue, 28 Jun 2005 20:04:18 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: I&apos;ve been hacked...</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked</link>	
		<description>How to delete a folder that XP claims it cannot find? &lt;br /&gt;&lt;br /&gt; I use XP pro&apos;s FTP server on my laptop for personal work-related file transfer. It&apos;s set for anonymous access with write permission from foreign computers. I left it up for some time and when I checked later, Mr 3lit3 h4xx0r jr had used my space as a dump for some of his stuff. The stuff is gone, only a hierarchy of folders left. Problem is: When I try to delete one of them, Windows says &quot;No, I cannot find this file&quot;. How do I get rid of it then?&lt;br&gt;
&lt;br&gt;
To avoid this in the future, what FTP server can you recommend? Free and as simple as possible is preferred. The built-in one is fine, except they say it&apos;s bad to use with non-anonymous login.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.20522</guid>
		<pubDate>Tue, 28 Jun 2005 19:56:13 -0800</pubDate>
		<dc:creator>springload</dc:creator>
		
			<category>Windows</category>
		
			<category>FTP</category>
		
			<category>server</category>
		
	</item> <item>
		<title>By: bshort</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334703</link>	
		<description>Why can&apos;t you just put a username / password on the directory using the XP ftp service? If you have a world-writeable anonymus FTP then it&apos;s very possible you&apos;ll get owned since anyone can write to it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334703</guid>
		<pubDate>Tue, 28 Jun 2005 20:04:18 -0800</pubDate>
		<dc:creator>bshort</dc:creator>
	</item><item>
		<title>By: Daddio</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334707</link>	
		<description>If you bring up a DOS prompt, can you list the folder with a dir command? If so, can you delete it with the rd command?&lt;br&gt;
&lt;br&gt;
Have you tried coming up in safe mode and deleting the folder in question?&lt;br&gt;
&lt;br&gt;
If all else fails, copy everything from the parent folder to a new folder, delete the old parent and all subfolders, and then copy everything back.&lt;br&gt;
&lt;br&gt;
And bshort is right, don&apos;t ever leave an FTP server up with anonymous access... you&apos;re asking for trouble. Just put up a username/password and you should be OK.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334707</guid>
		<pubDate>Tue, 28 Jun 2005 20:13:19 -0800</pubDate>
		<dc:creator>Daddio</dc:creator>
	</item><item>
		<title>By: pmbuko</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334708</link>	
		<description>Public FTP servers with anonymous access are one of the most exploited &quot;resources&quot; on the internet. Often a hacker will upload a hidden tool that will allow him to get back onto your computer even if the FTP server is removes. Definitely get a server program that allows you to restirct incoming connections to specific IP addresses or networks. &lt;a href=&quot;http://www.softpedia.com/get/Internet/Servers/FTP-Servers/Ocean-FTP-Server.shtml&quot;&gt;This one may do the trick.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Mr 3lit3 h4xx0r jr may have left a rootkit on your computer that uses &lt;a href=&quot;http://www.windowsecurity.com/articles/Alternate_Data_Streams.html&quot;&gt;alternate data streams&lt;/a&gt; to avoid detection.&lt;br&gt;
&lt;br&gt;
Use the command line to navigate to the folders in question and type &quot;dir /a&quot; to see if there are any hidden files in them. If there&apos;s something in there, you can download an &lt;a href=&quot;http://www.crucialsecurity.com/downloads.html&quot;&gt;ADS viewer tool&lt;/a&gt; to see if there&apos;s anything malicious in the files. Regarless, you&apos;ll want to delete the files.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334708</guid>
		<pubDate>Tue, 28 Jun 2005 20:15:39 -0800</pubDate>
		<dc:creator>pmbuko</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334718</link>	
		<description>pmbuko: unless the hacker had an exploit that let him run code, he couldn&apos;t have left anything there that actualy let him come back.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334718</guid>
		<pubDate>Tue, 28 Jun 2005 21:20:17 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: shepd</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334733</link>	
		<description>I always used &lt;a href=&quot;http://www.warftp.org/&quot;&gt;warftpd&lt;/a&gt; on windows.  It&apos;s free, supports EVERYTHING under the sun (IP restrictions, accounts, ratios, etc, etc).  It&apos;s also stable.&lt;br&gt;
&lt;br&gt;
You could lock it down by IP, but I&apos;d just turn off anonymous and set up a username/password.  If they crack the password either it was an incredibly dumb password (like &quot;password&quot;) or they&apos;re good enough they could have hacked something else instead anyways.&lt;br&gt;
&lt;br&gt;
Well, it&apos;s &lt;i&gt;mostly&lt;/i&gt; free, although if you work for the government (excluding schools and NASA) you&apos;re not allowed to use it.  Also if you work for the CBC, BBC, Petro-Canada or any other 50% or more government funded/owned company you can&apos;t use it.&lt;br&gt;
&lt;br&gt;
Enjoy!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334733</guid>
		<pubDate>Tue, 28 Jun 2005 21:54:44 -0800</pubDate>
		<dc:creator>shepd</dc:creator>
	</item><item>
		<title>By: purephase</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334738</link>	
		<description>As Daddio said, you can probably remove this folder using DOS.&lt;br&gt;
&lt;br&gt;
Open the command prompt, navigate to the parent folder that contains the problematic folder and instead of just a simple &quot;dir&quot; command, add the following switch:&lt;br&gt;
&lt;br&gt;
dir /x&lt;br&gt;
&lt;br&gt;
This will list the folders in the directory using their short names.  Sometimes Windows balks at folders that use specific characters and have an extremely long folder name.  I&apos;ve never been able to re-create the problem in any consistent manner or else I would have let Microsoft know, but there is a weird problem with Windows (among many).&lt;br&gt;
&lt;br&gt;
Anyway, take the short name.  It will most likely be in the format FOLDER~1 (or similar).  Just run the following command to remove the folder:&lt;br&gt;
&lt;br&gt;
rd FOLDER~1&lt;br&gt;
&lt;br&gt;
It should do the trick.  As for the FTP recommendations in this thread, listen to them.  There&apos;s some good advice there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334738</guid>
		<pubDate>Tue, 28 Jun 2005 22:17:18 -0800</pubDate>
		<dc:creator>purephase</dc:creator>
	</item><item>
		<title>By: springload</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334781</link>	
		<description>purephase: The /x switch did the trick. Thanks!&lt;br&gt;
&lt;br&gt;
The reason for going anonymous would be that only windows logins can be assigned as FTP accounts, the PWs of which should not be sent around unencrypted. I planned to keep it up for a day or so but forgot to turn it off. With a million hotfixes installed I presumed not much damage could be done except my files being deleted.&lt;br&gt;
&lt;br&gt;
I&apos;ll probably try warftpd next. Thanks shepd for that tip.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334781</guid>
		<pubDate>Wed, 29 Jun 2005 01:11:16 -0800</pubDate>
		<dc:creator>springload</dc:creator>
	</item><item>
		<title>By: Elvis</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#334999</link>	
		<description>When this happened to us, we had to use a Unix box to log in and remove the folders, as the hacker had used naming conventions that Windows didn&apos;t recognize, using ~ characters and that sort of thing. &lt;br&gt;
&lt;br&gt;
In our case we happened to have a SCO UNIX box on the network, so we just logged in and deleted directories. &lt;br&gt;
&lt;br&gt;
S/he had also left some stuff to re-hack, so be sure to check everything and everywhere.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-334999</guid>
		<pubDate>Wed, 29 Jun 2005 09:51:57 -0800</pubDate>
		<dc:creator>Elvis</dc:creator>
	</item><item>
		<title>By: BeerGrin</title>
		<link>http://ask.metafilter.com/20522/Ive-been-hacked#335254</link>	
		<description>purephase &lt;a href=&apos;http://ask.metafilter.com/mefi/20522#334738&apos;&gt;writes&lt;/a&gt;  &lt;em&gt;&quot;Anyway, take the short name. It will most likely be in the format FOLDER~1 (or similar). Just run the following command to remove the folder:&lt;br&gt;&lt;br&gt;&quot;rd FOLDER~1&quot;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I have a like problem file only in Windows 2000.  The comand line will not allow the rd comand because the target folder is not empty.  Any ideas?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20522-335254</guid>
		<pubDate>Wed, 29 Jun 2005 15:46:29 -0800</pubDate>
		<dc:creator>BeerGrin</dc:creator>
	</item>
	</channel>
</rss>
