kailashg26 / Ransomware

A ransomware written in C that works on linux (educational only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ransomware

Disclamer

This repository contains materials that can be potentially damaging or dangerous, these materials are for educational and research purposes only. I'm not responsible of any malicious use of the tool. If you don't understand what is it don't download the ransomware.

Dependencies

To work the tool need OpenSSL to be installed properly (https://www.openssl.org/source/)
to do it in debian/ubuntu:
~$ sudo apt-get install libssl-dev

Using the tool

  • To encrypt a directory (and sub-directory)
    ~$ bin/main crypt [PathToEncrypt]
  • To decrypt a directory (and sub-directory)
    ~$ bin/main decrypt [PathToDecrypt]

About

A ransomware written in C that works on linux (educational only)

License:Apache License 2.0


Languages

Language:C 99.3%Language:Shell 0.7%