https://github.com/jacopodl/mkzbomb
:bomb: ZipBomb generator :bomb:
https://github.com/jacopodl/mkzbomb
bomb hacking-tool python zip zipbomb
Last synced: 8 months ago
JSON representation
:bomb: ZipBomb generator :bomb:
- Host: GitHub
- URL: https://github.com/jacopodl/mkzbomb
- Owner: jacopodl
- License: gpl-3.0
- Created: 2017-09-13T08:33:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T09:32:01.000Z (about 8 years ago)
- Last Synced: 2024-11-02T22:52:05.600Z (over 1 year ago)
- Topics: bomb, hacking-tool, python, zip, zipbomb
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkZbomb
mkZbomb is simple python script that generate ZipBomb of desired dimension.
# Getting the code
Download from repository:
$ git clone https://github.com/jacopodl/mkzbomb
$ cd mkzbomb
or install from pip:
$ pip install mkzbomb
# How to use
_ _______ _
| | |___ / | | |
_ __ ___ | | __ / /| |__ ___ _ __ ___ | |__
| '_ ` _ \| |/ / / / | '_ \ / _ \| '_ ` _ \| '_ \
| | | | | | < / /__| |_) | (_) | | | | | | |_) |
|_| |_| |_|_|\_\/_____|_.__/ \___/|_| |_| |_|_.__/
usage: mkzbomb.py [-h] [--layer LAYER] [--cps CPS] [--size SIZE] name
Build ZipBomb.
positional arguments:
name Output name
optional arguments:
-h, --help show this help message and exit
--layer LAYER Set zbomb deep
--cps CPS Copies for each layer
--size SIZE Set size of 'zero' file (Size in KB)
$> python mkzbomb.py SimpleBomb.zip
$> python mkzbomb.py SimpleBomb.zip --layer 18
# Warning
Building(or storing) ZipBomb on Windows system with Windows Search service enabled can bring system to instability issue.
# License
See LICENSE