Nenhuma descrição

Kireobat f6419a2478 Update README.md 2 anos atrás
Maker2.exe fbdb7f7bd2 Added ransomware maker both as .py and .exe 2 anos atrás
Maker2.py fbdb7f7bd2 Added ransomware maker both as .py and .exe 2 anos atrás
README.md f6419a2478 Update README.md 2 anos atrás

README.md

Ransomware

This is a program that will make actual ransomware for you.

DO NOT use this program on others without their premission because that is ILLEGAL.

This is only a tool for learning about cryptography and fun.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.


Prerequisites

None.

Unless you run the .py file, then you will need the following python modules:

PyInstaller

Cryptograhpy

Pip


Installing

Downloading and Installing this program WILL trigger your antivirus. This is because the program makes a literal virus.

.exe

Step 1 (optional)

Disable your Antivirus

Step 2

Download the newest release

Step 3

Run the .exe file to make ransomware


.py

Step 1

Install Pip

Step 2

Install PyInstaller

pip install pyinstaller
Step 3

Install Cryptography

pip install pyinstaller
Step 4 (optional)

Disable your Antivirus

Step 5

Download the newest release

Step 6

Start the script with

python [file.py]

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

  • Kireobat - Wrote the original code