roothaxor / Ransom

Various codes related to Ransomware Developement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ransomware & Cryptography : Virtual Gangster

Scripts

  • CryPy_Source : Used in wild .crypy ransomware written in python, full source code
  • batch_ransom_example.txt : Proof, ransomware can be coded in batch programming
  • c2serverlist.txt : C2 servers list distributing the ransomwares in wild update on 1/08/2016
  • decrypter.c : Decryption program for AES256_CBC Encryption, Written in C
  • encrpter.c : Encryption program Using AES256 with CBC cipher mode, Written in C
  • holycrypt-v0.3.py : Holycrypt Ransomware Source code, Dont run this if dont know what it is

This is not only for educational purpose Criminals are invited to Use it Bad Way. Just Kidding

About

Various codes related to Ransomware Developement


Languages

Language:Python 67.7%Language:C 32.3%