Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.19 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.19 KB

CryptonDie

CryptonDie

CryptonDie is a ransomware developed for study purposes.


Options

    --key       key used to encrypt and decrypt files - key size (16 bytes)
    --dir       Home directory for the attack, default is /
    --encrypt   Encrypt all files
    --decrypt   Decrypt all files
    --verbose   Active verbose mode, default is False

Example:
    python3 cryptondie.py --dir /var/www/ --key 0123456789abcdef --encrypt --verbose

Running in Docker

docker build -t cryptondie .
docker run -it cryptondie /bin/bash
python cryptondie.py --dir /var/www/ --key 0123456789abcdef --encrypt --verbose

which encryption is implemented?

Advanced Encryption Standard

Contact

[+] Telegram:   @zer0dx
[+] Github:     https://github.com/zer0dx
[+] Twitter:    https://twitter.com/zer0dxx
[+] Blog:       https://zer0dx.github.io

chaos is order yet undeciphered.