Skip to content

kejlerj/Plague

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b044b0b ยท Sep 26, 2021

History

11 Commits
Sep 26, 2021
Sep 26, 2021
Sep 26, 2021
Sep 26, 2021

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