GithubHelp home page GithubHelp logo

lychhayly / ransom0 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hugolb0/ransom0

0.0 1.0 0.0 10 KB

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

License: MIT License

Python 100.00%

ransom0's Introduction

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

ransom0's People

Contributors

hugolb0 avatar

Watchers

James Cloos 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.