jbsec / Ransom0

Ransom0 is a open source ransomware made with Python, designed to find and encrypt user data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ransom0

Ransom0 is a open source ransomware made with Python, designed to find and encrypt user data. Instead of a real server, the encryption key will be send via email to your mail box.

Message displayed when user files are encrypted

Program Structure:

the program is organised in three main part:

  • Find Files: find files by extensions and store the path into path.txt
  • Encrypt Files: encrypt files in path.txt, generate digits id, send key and id
  • Decrypt: ask for money, wait for the key, and decrypt file if key is correct

How to run

You need to have python3 installed and configured

  • Download the repository via git or zip
  • Install requirements: pip install -r requirements.txt

Before running it, you need to modify a few things:

  1. Add your email information: enter image description here

  2. I recommend running it in a testing directory, otherwise all of your file will be encrypted: enter image description here

  3. Run it: python ransom0.py

To do:

  • Add logs
  • Hide logs
  • Bypass Permission
  • Automatically show the message on startup
  • Message in a GUI windows ?
  • Generate executable from .py file for ALL operating system
  • Store email credential in files ?

Testing

This Program have been test on:

  • Windows 10
  • Mac OS Catalina 10.15.6 (19G73)

DISCLAMER

THIS PROJECT IS FOR EDUCATION PURPOSE ONLY, DO NOT RUN IT WITHOUT PERMISSION! I AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSE BY THE ILLEGAL USAGE OF THIS PROGRAM

About

Ransom0 is a open source ransomware made with Python, designed to find and encrypt user data.

License:MIT License


Languages

Language:Python 100.0%