Skip to content

Nova38/Tartarus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tartarus

A tool to obfuscate files for CTF's or other fun things

Install:

pip3 install tartarus

How to use

Usage: tartarus [OPTIONS] FILE

  Takes an file and randomly encodes it for obfuscation

Options:  -o, --output TEXT  output file name  -t INTEGER         How many interations
  --gzip             Adds Gunzip to operations to be used on file
  --bzip2            Adds Bzip2 to operations to be used on file
  --lzma             Adds lzma to operations to be used on file
  --zip              Adds Zip to operations to be used on file
  --xxd              Adds xxd (hexdump) to operations to be used on file  
  --base64           Adds base64 encoding to operations to be used on file
  --base32           Adds base64 encoding to operations to be used on file
  --all              Use all encretion and encoding methods above
  --help             Show this message and exit.

About

A tool to obfuscate files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages