Click to See Complete Forum and Search --> : How can u create a folder without a name?


GC74
June 5th, 2001, 01:58 PM
I know this is possible due to some hacker's job, but...how can you do that?

MacGyver
June 5th, 2001, 02:03 PM
Use a null character in the filename, or as the filename. In a DOS box, type MD then a space then hold down the ALT key and type 255 on the numberpad, then enter. To access or rename or move the directory, you must use the same ALT255 key combination. And you must use the numberpad or it won't work.

http://forums.windrivers.com/cgi-bin/forum1/noncgi
June 5th, 2001, 05:33 PM
I had that sort of thing happen recently. Some schmuck uploaded a bunch of warez to my FTP site (STUPID luser too, used his @Home account (mommy won't be happy when they get the disconnect notice!) and didn't bother to check that the directory was write only, no read access), and used a funky null character. I think I just used DELTREE *.* to wipe the whole folder.

http://forums.windrivers.com/cgi-bin/forum1/noncgi
June 5th, 2001, 05:35 PM
DISCLAIMER:

DELTREE can SERIOUSLY screw up your system if you're not careful! Especially when using *.*, you can wipe your drive in a flash.

Mr_Miyagi
June 6th, 2001, 05:18 AM
Originally posted by Captain Packrat:
<STRONG>DISCLAIMER:

DELTREE can SERIOUSLY screw up your system if you're not careful! Especially when using *.*, you can wipe your drive in a flash.</STRONG>

lol
deltree c:\
oohh sh*t!!! <IMG SRC="smilies/cool.gif" border="0"> <IMG SRC="smilies/wink.gif" border="0"> <IMG SRC="smilies/frown.gif" border="0">

Geek #1
June 6th, 2001, 08:27 AM
Originally posted by Mr Miyagi:
<STRONG>

lol
deltree c:\
oohh sh*t!!! <IMG SRC="smilies/cool.gif" border="0"> <IMG SRC="smilies/wink.gif" border="0"> <IMG SRC="smilies/frown.gif" border="0"></STRONG>

c:\Deltree /Y *.*

Oh F***ing S**t

<IMG SRC="smilies/frown.gif" border="0"> <IMG SRC="smilies/frown.gif" border="0"> <IMG SRC="smilies/eek.gif" border="0">

em-clown
June 6th, 2001, 08:30 AM
I got this recording on Napster about these 2 people who called some AOL user and told them to do that, and they did it. Oh well, it's a dangerous world if you don't know your PCs.

Platypus
June 6th, 2001, 10:30 AM
Wrote a little DOS program years ago to make files "sticky" (hard to delete) by making the last character of the basename a space. This prevents most of the DOS filehandling commands from working because a space makes them misread the command & bomb out. You had to know to use a wildcard in dealing with them. It also meant you could appear to have two files with the same name in the directory, which puzzled people.

Computer_Chip
June 7th, 2001, 09:27 PM
Thats so cool a folder with no name LOL

DeaJae
June 8th, 2001, 08:55 AM
how about a file with no extension nor name only seen on the desktop.....

Iridium x2
June 8th, 2001, 06:34 PM
If you are looking to hide the folder, there are programs out there that can do that for you. It is another form of security. Goto www.downloads.com (http://www.downloads.com) and look for either freeware or shareware.

Hope it helps. <IMG SRC="smilies/tongue.gif" border="0">