Giter VIP home page Giter VIP logo

malwaremaestros's Introduction

⚠️ Don't run client.exe or client.py files before reading this ⚠️

Disclaimer: The sole purpose of this project is for educational use and it must not be employed for malicious intentions. The use of this ransomware in any unauthorized way are against the law. Furthermore, it is important to emphasize that we shall not be held responsible for any consequences that may arise if this code is used for illegal purposes or in a wrong way. It is the responsibility of the user to ensure that they comply with all applicable laws and regulations.

MalwareMaestros

A ransomware that uses AES-CBC mode and RSA, and utilizes the client-server architecture to encrypt txt files at a client. Right now, the ransomeware encrypts all txt files in the Documents directory. The code could be modified to encrypt all txt files present at the client's device.

The ransomeware in action:

ezgif-2-acc9a5e3f3

The Server.py file is executed first. It sends emails containing the ransomware to the victims' email addresses stored in its database (this is not visible in the above gif) and starts listening for requests. The victim then executes client.exe, which searches for and encrypts all .txt files in the documents directory using a randomly generated key and the AES-CBC encryption algorithm.

Next, in the background, client.exe sends a request to the server to obtain a public RSA key. It uses this key to encrypt the randomly generated key and sends it back to the server for storage.

When the victim pays the ransom and decides to decrypt the files (presses enter), the client sends a request to the server to retrieve the unencrypted random key. The server decrypts the encrypted random key using its private RSA key and sends it back to the client. The client then uses this key to decrypt all the previously encrypted .txt files.

For more information, please check the report.

Credits:

This ransomeware was created by an amazing team of novice hackers: 👩‍💻

  • Hadeer ElHussein
  • Maryam ElOraby
  • Rawan Reda
  • Rowan Amgad

malwaremaestros's People

Contributors

mareloraby avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.