Showing posts with label ransomware. Show all posts
Showing posts with label ransomware. Show all posts

Monday, November 7, 2016

Linux Ransomware Tutorial - How to Do it

This post is strictly for educational purpose, we are not responsible for any action or reaction.

We Already know that world is being annoyed and blackmailed by ransomwares these days by the cyber criminals so here is a quick how to ransomware for those who don't know what it is and how it works .

Get You Arsenals


for the demo purpose we are going to use a public project that is available on github at this URL.
just get the encrypt.c & decrypt.c, then compile it using below command.
gcc -o enrypter encrypt.c -lssl -lcrypto

ransomware encrypt
encrypt.c