Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harzu/zip-lightning

Simple implementation zip bomb algorithm
https://github.com/harzu/zip-lightning

Last synced: 22 days ago
JSON representation

Simple implementation zip bomb algorithm

Awesome Lists containing this project

README

        

## Zip lightning

Simple implementation zip bomb algorithm

### Install
```shell
git clone [email protected]:Harzu/zip-lightning.git
cd zip-lightning
make install
```

## Usage
### Global Help
```shell
zip-lightning --help

# Output
Cli for packing zip-bomb

USAGE:
zip-lightning [SUBCOMMAND]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
pack pack zip bomb
```

### PACK
```shell
zip-lightning pack --help
pack zip bomb

USAGE:
zip-lightning pack [OPTIONS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-n, --filename name output file
-r, --rounds archive rounds
-s, --size file size in bytes
```