Skip to content

CryptonDie is a ransomware developed for study purposes.

License

Notifications You must be signed in to change notification settings

marciopocebon/cryptondie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

CryptonDie is a ransomware developed for study purposes.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published