pfeyz / debomb

A tar/zip bomb extractor/cleaner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use this at your own risk. Has not been tested extensively.

  usage: debomb.py [-h] [-d DIRECTORY] [-f] [-P] ARCHIVE

  debomb cleans up directories littered by the contents off ill-packaged
  compressed archives (aka tarboms, but zip as well.)

  positional arguments:
    ARCHIVE               The archive file to target.

  optional arguments:
    -h, --help            show this help message and exit
    -d DIRECTORY, --directory DIRECTORY
			  The directory file to clean up in.
    -f, --force           Clean up even if it's uncertain there was an
			  explosion.
    -P, --absolute-names  Do not strip prefixes from absolute/relative filenames

About

A tar/zip bomb extractor/cleaner


Languages

Language:Python 100.0%