New mac-10.3 vulnerable to a fork bomb
From: Ben Greenberg (benfallout2_at_hotmail.com)
Date: 11/10/03
- Previous message: Dave Korn: "Re: lame ms-ftp large file creation bug"
- Next in thread: Daniel: "Re: New mac-10.3 vulnerable to a fork bomb"
- Reply: Daniel: "Re: New mac-10.3 vulnerable to a fork bomb"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: vuln-dev@securityfocus.com Date: Mon, 10 Nov 2003 09:41:35 -0500
I have developed a small but effecteive local DoS fork bomb, which through a
shell script creates folders within folders, then moves itself to the new
folder, worming throughout the hard drive. eventually the computer is
overloaded with crashes, and the fork service fails. I was hoping I could
have some help developing this(note: this isnt the exact script, just what i
remember from it. it was originally more complicated and travelled around
the HD a lot more):
crashing.sh
$i=$i+1
echo crashing
mkdir $i
mv crashing.sh $i/crashing.sh
cd $i
./crashing.sh
anyway to enhance this?
thanks in advance,
Ben Greenberg
_________________________________________________________________
Crave some Miles Davis or Grateful Dead? Your old favorites are always
playing on MSN Radio Plus. Trial month free!
http://join.msn.com/?page=offers/premiumradio
- Previous message: Dave Korn: "Re: lame ms-ftp large file creation bug"
- Next in thread: Daniel: "Re: New mac-10.3 vulnerable to a fork bomb"
- Reply: Daniel: "Re: New mac-10.3 vulnerable to a fork bomb"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]