zipbomb


Namezipbomb JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/donno2048/zipbomb
SummaryCreate zipbombs using python
upload_time2022-03-01 14:06:16
maintainer
docs_urlNone
authorElisha Hollander
requires_python>=3.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zipbomb

Create zipbombs using python

Based on [David Fifield's project](https://www.bamsoftware.com/hacks/zipbomb/)

## Installation

### From PyPI

```sh
pip3 install zipbomb
```

### From GitHub

```sh
pip3 install git+https://github.com/donno2048/zipbomb
```

## Usage

```sh
$ zipbomb -h
usage: zipbomb [-h] [-o OUTPUT] [-n NUM_FILES] [-s COMPRESSED_SIZE]

Create a zip bomb

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        output file [default: bomb.zip]
  -n NUM_FILES, --num-files NUM_FILES
                        number of files in the zip [default: 100]
  -s COMPRESSED_SIZE, --compressed-size COMPRESSED_SIZE
                        compressed size of each file (in Kb) [default: 1000]

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/zipbomb",
    "name": "zipbomb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "just4now666666@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/93/aaff93ab1a2a3a4448a5203c6c35e335808e62f845afce8f63af4b4af16b/zipbomb-1.0.3.tar.gz",
    "platform": "",
    "description": "# zipbomb\n\nCreate zipbombs using python\n\nBased on [David Fifield's project](https://www.bamsoftware.com/hacks/zipbomb/)\n\n## Installation\n\n### From PyPI\n\n```sh\npip3 install zipbomb\n```\n\n### From GitHub\n\n```sh\npip3 install git+https://github.com/donno2048/zipbomb\n```\n\n## Usage\n\n```sh\n$ zipbomb -h\nusage: zipbomb [-h] [-o OUTPUT] [-n NUM_FILES] [-s COMPRESSED_SIZE]\n\nCreate a zip bomb\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -o OUTPUT, --output OUTPUT\n                        output file [default: bomb.zip]\n  -n NUM_FILES, --num-files NUM_FILES\n                        number of files in the zip [default: 100]\n  -s COMPRESSED_SIZE, --compressed-size COMPRESSED_SIZE\n                        compressed size of each file (in Kb) [default: 1000]\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Create zipbombs using python",
    "version": "1.0.3",
    "project_urls": {
        "Bug Reports": "https://github.com/donno2048/zipbomb/issues",
        "Documentation": "https://github.com/donno2048/zipbomb#readme",
        "Homepage": "https://github.com/donno2048/zipbomb",
        "Source Code": "https://github.com/donno2048/zipbomb"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cfdc7d3060770f9f169c1d8b56bd2617eb83f2aadb40444681ce90e578a37b2",
                "md5": "6d00329329d3ea1bddbae03728a530f2",
                "sha256": "d22de164154bb7dd88d6818282a843f37b94918803c667d841267af0afb3c9de"
            },
            "downloads": -1,
            "filename": "zipbomb-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d00329329d3ea1bddbae03728a530f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 3832,
            "upload_time": "2022-03-01T14:06:14",
            "upload_time_iso_8601": "2022-03-01T14:06:14.507522Z",
            "url": "https://files.pythonhosted.org/packages/5c/fd/c7d3060770f9f169c1d8b56bd2617eb83f2aadb40444681ce90e578a37b2/zipbomb-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee93aaff93ab1a2a3a4448a5203c6c35e335808e62f845afce8f63af4b4af16b",
                "md5": "57f360919b6bb164142aa38384a29634",
                "sha256": "0595e35ad8f8e1863ec8cdda4a269207936d030da01c0598c305b2654ccebfb4"
            },
            "downloads": -1,
            "filename": "zipbomb-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "57f360919b6bb164142aa38384a29634",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 3182,
            "upload_time": "2022-03-01T14:06:16",
            "upload_time_iso_8601": "2022-03-01T14:06:16.153128Z",
            "url": "https://files.pythonhosted.org/packages/ee/93/aaff93ab1a2a3a4448a5203c6c35e335808e62f845afce8f63af4b4af16b/zipbomb-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-03-01 14:06:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "zipbomb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "zipbomb"
}
        
Elapsed time: 0.20135s