View previous topic :: View next topic |
Author |
Message |
AquariiSong Master Cheater
Reputation: 0
Joined: 26 Mar 2008 Posts: 286 Location: Inside you.
|
Posted: Sat Aug 29, 2009 6:07 am Post subject: Decompression bomb? |
|
|
How do I make one? It seems pretty cool to make gb into kb.
|
|
Back to top |
|
 |
Austin Powers Master Cheater
Reputation: -1
Joined: 13 Dec 2008 Posts: 447
|
Posted: Sat Aug 29, 2009 6:10 am Post subject: |
|
|
A decompression bomb is a file that is extremely large, most of the time larger than your system can handle or larger than normal for that type of file... which is probably around 256GBs or more compressed down into a smaller compressed file (zip, pkr, 7zip, tar.gz, tar, gz, etc.)
When this file is decompressed it can cause your system to halt, crash, or lock up until the decompression is complete or you run out of space to run your operating system.
Here is a link to some files here
The creation of a decompression file is easy. Not going to tell you how to make but let's just say it is easier to make it and compress it than it is to decompress and open the file. More than likely your system will run out of space or RAM and freeze up.
Example Counter Strike Server Start messages that countdown before a match starts. Well if you make that message too big the physical server will crash.
_________________
|
|
Back to top |
|
 |
Kirito Master Cheater
Reputation: 4
Joined: 26 May 2009 Posts: 274
|
Posted: Sat Aug 29, 2009 6:20 am Post subject: |
|
|
if you decompress a 1GB file then your hard drive space is 160 GB
will your pc crash?
|
|
Back to top |
|
 |
AquariiSong Master Cheater
Reputation: 0
Joined: 26 Mar 2008 Posts: 286 Location: Inside you.
|
Posted: Sat Aug 29, 2009 6:24 am Post subject: |
|
|
MBCDanny™ wrote: | A decompression bomb is a file that is extremely large, most of the time larger than your system can handle or larger than normal for that type of file... which is probably around 256GBs or more compressed down into a smaller compressed file (zip, pkr, 7zip, tar.gz, tar, gz, etc.)
When this file is decompressed it can cause your system to halt, crash, or lock up until the decompression is complete or you run out of space to run your operating system.
Here is a link to some files here
The creation of a decompression file is easy. Not going to tell you how to make but let's just say it is easier to make it and compress it than it is to decompress and open the file. More than likely your system will run out of space or RAM and freeze up.
Example Counter Strike Server Start messages that countdown before a match starts. Well if you make that message too big the physical server will crash. | Copying from Wikipedia eh? Anyway I was asking how to make one. soz
|
|
Back to top |
|
 |
Austin Powers Master Cheater
Reputation: -1
Joined: 13 Dec 2008 Posts: 447
|
Posted: Sat Aug 29, 2009 6:43 am Post subject: |
|
|
nope
its from here
_________________
|
|
Back to top |
|
 |
AquariiSong Master Cheater
Reputation: 0
Joined: 26 Mar 2008 Posts: 286 Location: Inside you.
|
Posted: Sat Aug 29, 2009 7:05 am Post subject: |
|
|
MBCDanny™ wrote: | nope
its from here | You stole it from some site what's the difference? Nao I need to know how to make decompression bomb
|
|
Back to top |
|
 |
Karakawe I post too much
Reputation: 3
Joined: 17 Apr 2007 Posts: 3899
|
Posted: Sat Aug 29, 2009 3:26 pm Post subject: |
|
|
Easy. Make a file filled with zeroes of a specific size and compress it however you want.
In *nix-like: Code: | dd if=/dev/zero of=bigfile bs=1024 count=268435456 | Makes a 256GB file 'bigfile' (1024 bytes * 268435456).
Had to look it up for Windows, but it's equally simple: Code: | fsutil file createnew FileName Size | where 'Size' is in bytes.
Then just 7zip or tar it, I suppose.
Not a very interesting thing to do with a computer. :\
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Aug 29, 2009 4:49 pm Post subject: |
|
|
fill a file with one character then hope whatever type of archive you use supports that method of compression.
instead of something like: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
it would probably compress to something like: a64
and this is probably the dumbest thing ever and you'll probably get bored waiting for your own machine to stop chugging while it tries to actually save (or even work on) a 1gb text file before you actually manage to compress it.
|
|
Back to top |
|
 |
Zarr Grandmaster Cheater
Reputation: 0
Joined: 11 Jan 2008 Posts: 915 Location: localhost
|
Posted: Sat Aug 29, 2009 6:30 pm Post subject: |
|
|
I wish I still had that decompression bomb I lost a while back. 40tb compressed down to 40kb.
_________________
|
|
Back to top |
|
 |
|