Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
YEYE 3 in 1 Instant Coffee Mix 50 Sachet
Romeshka
Updated:
Yesterday at 12:16 AM
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Friday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Jul 2, 2026
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Jul 1, 2026
Ad icon
Video Content Creator
pramukag
Updated:
Jun 28, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Create a Zip Bomb - Zip of Death
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="c0d3r" data-source="post: 5093707" data-attributes="member: 215472"><p>A zip bomb, also known as a Zip of Death, is a malicious archive file designed to crash or render useless the program or system reading it. It is often used by virus writers to disable antivirus software, so that a more traditional virus sent afterwards could get into system undetected. A zip bomb is usually a small file (up to a few hundred kilobytes) for ease of transport and to avoid suspicion. However, when the file is unpacked its contents are more than the system can handle.You can make your own zip bomb to annoy your friends or just out of curiosity (or wilderness) to experiment with it. Make sure you don't detonate it on yourself.</p><p></p><p>Here is how to make your own Zip of Death -</p><p></p><p>Create a new text file,name it a.txt</p><p></p><p></p><p>Open and type the null character (alt + 255) in it.</p><p></p><p>Now press Ctrl + A then Ctrl + V a couple times to make some null bytes.If u have a hex editor,then make the hex 00 for about 50 kilobytes.</p><p></p><p>Now make several copies of a.txt in the same directory and name them accordingly.</p><p><a href="http://lh6.ggpht.com/_4i_szoP4U5s/Sbyx1BI9U6I/AAAAAAAAAqg/37ocBF9Ec_Q/2%5B12%5D.jpg?imgmax=800" target="_blank">http://lh6.ggpht.com/_4i_szoP4U5s/Sbyx1BI9U6I/AAAAAAAAAqg/37ocBF9Ec_Q/2%5B12%5D.jpg?imgmax=800</a></p><p></p><p>Open Command prompt and navigate to the folder containing a.txt . Type -</p><p></p><p>copy /b *.txt b.txt</p><p></p><p>This will write all the contents of a.text and its copies into a new text file called b.txt,hence making every copy is a super copy. Repeat the above steps from the beginning again and again to make a really big text file.</p><p></p><p>Once u have a nice empty big text file like 1gb or more,then compress it using Winrar or Winzip into a zip file.</p><p></p><p>You will find that it will be compressed to very small size (about 1MB ). It is because of the simple construction of the file as the text file contains 1gb of null bytes.</p><p></p><p>For added fun,open the compressed zip file file into a hex editor. You will see a bunch of hex 5555.Just add some more and the file will expand amazingly.</p><p></p><p>Make sure that YOU DONT OPEN THIS afterwards.</p><p></p><p>You can make the same file in Linux by typing -</p><p></p><p>dd if=/dev/zero bs=1000 count=1000000 | gzip > test.gz</p><p></p><p>Send it to your friends (or foes) and it will definitely annoy them . Use some creativity and rename the text file into some thing like Angelina Jolie.jpg and compress it and email to your friends. Once they download it,they will never be able to download again (sarcasm..sarcasm).More disastrous combinations can be made by experimenting with it.I mean..you get the idea <img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /></p><p></p><p><span style="color: Indigo">Also,you can check out the one of the most famous zip bombs alive today – 42.zip (only 42 KB) which will uncompress to about 4 Petabytes (1 Peta byte = 1024 TB and 1 TB = 1024 GB ) of file size. Dangerous huh..?</span></p><p></p><p>download from here</p><p><a href="http://www.unforgettable.dk/42.zip" target="_blank">http://www.unforgettable.dk/42.zip</a></p></blockquote><p></p>
[QUOTE="c0d3r, post: 5093707, member: 215472"] A zip bomb, also known as a Zip of Death, is a malicious archive file designed to crash or render useless the program or system reading it. It is often used by virus writers to disable antivirus software, so that a more traditional virus sent afterwards could get into system undetected. A zip bomb is usually a small file (up to a few hundred kilobytes) for ease of transport and to avoid suspicion. However, when the file is unpacked its contents are more than the system can handle.You can make your own zip bomb to annoy your friends or just out of curiosity (or wilderness) to experiment with it. Make sure you don't detonate it on yourself. Here is how to make your own Zip of Death - Create a new text file,name it a.txt Open and type the null character (alt + 255) in it. Now press Ctrl + A then Ctrl + V a couple times to make some null bytes.If u have a hex editor,then make the hex 00 for about 50 kilobytes. Now make several copies of a.txt in the same directory and name them accordingly. [URL="http://lh6.ggpht.com/_4i_szoP4U5s/Sbyx1BI9U6I/AAAAAAAAAqg/37ocBF9Ec_Q/2%5B12%5D.jpg?imgmax=800"]http://lh6.ggpht.com/_4i_szoP4U5s/Sbyx1BI9U6I/AAAAAAAAAqg/37ocBF9Ec_Q/2%5B12%5D.jpg?imgmax=800[/URL] Open Command prompt and navigate to the folder containing a.txt . Type - copy /b *.txt b.txt This will write all the contents of a.text and its copies into a new text file called b.txt,hence making every copy is a super copy. Repeat the above steps from the beginning again and again to make a really big text file. Once u have a nice empty big text file like 1gb or more,then compress it using Winrar or Winzip into a zip file. You will find that it will be compressed to very small size (about 1MB ). It is because of the simple construction of the file as the text file contains 1gb of null bytes. For added fun,open the compressed zip file file into a hex editor. You will see a bunch of hex 5555.Just add some more and the file will expand amazingly. Make sure that YOU DONT OPEN THIS afterwards. You can make the same file in Linux by typing - dd if=/dev/zero bs=1000 count=1000000 | gzip > test.gz Send it to your friends (or foes) and it will definitely annoy them . Use some creativity and rename the text file into some thing like Angelina Jolie.jpg and compress it and email to your friends. Once they download it,they will never be able to download again (sarcasm..sarcasm).More disastrous combinations can be made by experimenting with it.I mean..you get the idea :) [COLOR=Indigo]Also,you can check out the one of the most famous zip bombs alive today – 42.zip (only 42 KB) which will uncompress to about 4 Petabytes (1 Peta byte = 1024 TB and 1 TB = 1024 GB ) of file size. Dangerous huh..?[/COLOR] download from here [URL="http://www.unforgettable.dk/42.zip"]http://www.unforgettable.dk/42.zip[/URL] [/QUOTE]
Insert quotes…
Verification
Hath warak paha keeyada? (hatha wadikireema paha)
Post reply
Top
Bottom