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.
- 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.
- Run the script using Python 2.7:
python zip_bomb.py
- Enter the number of files to be created in the ZIP.
- Enter the size of each file.
- Choose the size unit (KB, MB, or GB).
- The ZIP file will be created with the name
zip_bomb.zip
.
- Python 2.7
zipfile
module (available by default in Python 2.7)
- Security experiments to test how systems handle ZIP Bombs.
- Testing file systems and storage management.
- Education on ZIP file compression exploitation.
Use this tool responsibly and only for educational and security testing purposes. Do not use it for illegal activities or to harm others.
I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!