How can u create a folder without a name?
Results 1 to 11 of 11

Thread: How can u create a folder without a name?

  1. #1
    Registered User
    Join Date
    Jan 2001
    Location
    a galaxy far away...
    Posts
    107

    Post How can u create a folder without a name?

    I know this is possible due to some hacker's job, but...how can you do that?

  2. #2
    Registered User MacGyver's Avatar
    Join Date
    Oct 2000
    Location
    Ottawa
    Posts
    4,232

    Post

    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.

  3. #3
    Registered User
    Join Date
    Sep 2000
    Location
    The Rat's Nest, Vista, CA, USA
    Posts
    525

    Post

    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.

  4. #4
    Registered User
    Join Date
    Sep 2000
    Location
    The Rat's Nest, Vista, CA, USA
    Posts
    525

    Post

    DISCLAIMER:

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

  5. #5
    Registered User Mr_Miyagi's Avatar
    Join Date
    Jan 2001
    Location
    Westbury, Wiltshire, UK
    Posts
    1,099

    Post

    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">

  6. #6
    Registered User
    Join Date
    Apr 2001
    Location
    Sunderland, North East of England
    Posts
    423

    Post

    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">

  7. #7
    Registered User
    Join Date
    Apr 2001
    Location
    Wind Rivers Resort
    Posts
    155

    Post

    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.

  8. #8
    Intel Mod Platypus's Avatar
    Join Date
    Jan 2001
    Location
    Australia
    Posts
    5,783

    Post

    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.

  9. #9
    Registered User
    Join Date
    Jan 2001
    Location
    Bridgeport, Connecticut USA
    Posts
    49

    Post

    Thats so cool a folder with no name LOL

  10. #10
    Registered User
    Join Date
    May 2001
    Location
    littleport(don't ask), ely, cambridgeshire
    Posts
    81

    Post

    how about a file with no extension nor name only seen on the desktop.....

  11. #11
    Registered User
    Join Date
    Nov 2000
    Location
    Palm Beach, FL.
    Posts
    77

    Post

    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 and look for either freeware or shareware.

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •