Skip to content

ZIP Bomb Creator is a tool used to create a ZIP file that is small in size but drastically expands when extracted.

Notifications You must be signed in to change notification settings

Jenderal92/zip_bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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 !!!

About

ZIP Bomb Creator is a tool used to create a ZIP file that is small in size but drastically expands when extracted.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages