This question about zip bombs naturally led me to the Wikipedia page on the topic. The article mentions an example of a 45.1 kb zip file that decompresses to 1.3 exabytes.>
Silicon Valley Season 3 Episode 7 brought me here. The steps to generate a zip bomb would be.
1.zip.n (say 10) copies of this file and add these 10 files to a compressed archive (say 2.zip).k number of times.For a Python implementation, check this.