1
0
Fork 0

README.md: remove image

This commit is contained in:
Intel A80486DX2-66 2023-11-12 12:45:52 +03:00
parent 4492278931
commit df94ab7523
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
This is for the people who watch Silicon Valley. In Season 3 Episode 7, Gilfoyle sends a sort of recursive program to Gavin Belsons laptop and cellphone which forces him to shut down the power at Hooli. Watch [here](https://www.youtube.com/watch?v=UdAqU4GRR9Y). Such a program is called a *zip bomb*.
![ZipBomb](https://raw.githubusercontent.com/abdulfatir/ZipBomb/master/images/zipbomb.png)
What it is basically is a huge file with dummy data compressed to many levels to generate a very small compressed file. For example in a test run, this script of mine generates a compressed file of size **30.58 KB** which when decompressed is actually **10000000000 GB**. This is done to drain out a computers memory until it shuts down. Read More on [Wikipedia](https://en.wikipedia.org/wiki/Zip_bomb#Details_and_use).
This is a small script written in Python which generates such a zip bomb.