Skip to content

sachint2001/Ransomware

Repository files navigation

About The Project

This is a ransomware program consisting of a client and a server made as part of the course project for Computer Security (CS4035D) course

Usage

  1. Clone the repo
    git clone https://github.com/sachint2001/Ransomware.git
  2. Generate RSA keys for the server
    python3 server/generateKey.py
  3. Run the WSGI server
    python3 server/server.py
  4. Run the client malware program
    python3 client/client.py
    To decrypt the files, enter 111 as the payment reference number

About

CompSec Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages