Skip to content

kejlerj/Plague

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plague

Plague

🚀 Features

  • Ransomware that encrypt the user files with AES 256 algorithm (symetric encryption) with random key.
  • The Ransomware send a request to the C&C with the AES key and some other victim informations (IP, MAC, hostname, location).
  • This request is encrypted with RSA 4096 algorithm (asymetric encryption).
  • The C&C store the user datas on database.
  • A website check if the ransom is paid, and allow to download the "decryptor".

Installation Steps

Compile the Ransomware files.

gcc src/* -I. -lcrypto -g3 -o plague

💻 Build With

The technologies used in this project are :

  • PHP
  • C
  • OpenSSL

⚠️ Warning

This software is for educational purposes only. This software should not be used for illegal activity. The author is not responsible for its use.

About

Study project - Ransomware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published