Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.39 KB

ZIP Bomb Creator

zip_bomb Jenderal92

ZIP Bomb Creator is a tool used to create a ZIP file that is small in size but drastically expands when extracted. This is useful for security experiments and testing file systems against ZIP Bomb attacks.

Features

  • Create a ZIP Bomb with configurable file count and size.
  • Supports various size units (KB, MB, GB).
  • Uses ZIP64 to handle large files.
  • Input validation to ensure correct data entry.
  • Banner display for a more appealing interface.

How to Use

  1. Run the script using Python 2.7:
    python zip_bomb.py
  2. Enter the number of files to be created in the ZIP.
  3. Enter the size of each file.
  4. Choose the size unit (KB, MB, or GB).
  5. The ZIP file will be created with the name zip_bomb.zip.

Requirements

  • Python 2.7
  • zipfile module (available by default in Python 2.7)

Tool Functions

  • Security experiments to test how systems handle ZIP Bombs.
  • Testing file systems and storage management.
  • Education on ZIP file compression exploitation.

Warning

Use this tool responsibly and only for educational and security testing purposes. Do not use it for illegal activities or to harm others.

Disclaimer

I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!