2 releases
Uses old Rust 2015
0.7.1 | Oct 23, 2017 |
---|---|
0.7.0 | Oct 23, 2017 |
#7 in #cold
10KB
167 lines
Padded Cell
Description
A small rust tool for storing malware on any system safely.
Samples are compressed using the snap compression algorithm and then base64 encoded and saved to a local file based database (in TOML format).
This is still a toy and may break occasionally. I will personally use it for my samples.
Large databases make the program slower as they have to be read to memory on each use.
Usage
USAGE:
pcell [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-x, --export <export> Exports the given sample from the database
-i, --import <import> Imports a sample into the database
-l, --list <list> Lists all samples in database or the listing for the filename given.
Implementation Checklist
- Importing
- Exporting
- Listing
- Encoding
- Compressing
- md5
- sha256
Dependencies
~4.5MB
~68K SLoC