Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harzu/zip-lightning
- Owner: Harzu
- Created: 2019-07-10T14:25:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T14:27:06.000Z (over 5 years ago)
- Last Synced: 2024-10-25T10:50:17.196Z (2 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-bombUSAGE:
zip-lightning [SUBCOMMAND]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationSUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
pack pack zip bomb
```### PACK
```shell
zip-lightning pack --help
pack zip bombUSAGE:
zip-lightning pack [OPTIONS]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-n, --filename name output file
-r, --rounds archive rounds
-s, --size file size in bytes
```