Skip to content

mrcbax/PaddedCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padded Cell Crates.io

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

Releases

No releases published

Packages

No packages published

Languages