An open API service indexing awesome lists of open source software.

https://github.com/scarlet-oni/ransomware

A simple ransomware program that encrypts just one file
https://github.com/scarlet-oni/ransomware

cryptography cyber-security cybersecurity openssl python python3 ransomware

Last synced: about 1 year ago
JSON representation

A simple ransomware program that encrypts just one file

Awesome Lists containing this project

README

          

###### ## ## ## ##### ##### ## ## ## ## ## ###### #######
## ## #### ### ## ## ## ## ## ### ### ## ## #### ## ## ## #
## ## ## ## #### ## # ## ## ####### ## ## ## ## ## ## ## #
##### ## ## ## #### ##### ## ## ####### ## # ## ## ## ##### ####
## ## ###### ## ### ## ## ## ## # ## ####### ###### ## ## ## #
## ## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## #
#### ## ## ## ## ## ##### ##### ## ## ## ## ## ## #### ## #######

_________________________________________________________________________________________
ABOUT
_________________________________________________________________________________________
Description: A simple ransomware program that encrypts just one file
Program: Ransomware
Languages: Python 3.12.7
Tested on: Linux 6.11.2
Author: scarlet-oni

_________________________________________________________________________________________
PROGRAM LAUNCH
_________________________________________________________________________________________
# generating keys
openssl genrsa -out keys.key 1024 # generating a key pair
openssl rsa -in keys.key -pubout -out public.key # extract public key
echo "Simple text" > file.txt # create a file that will later be encrypted

# running the script
# python3 ransomware.py

python3 ransomware.py file.txt

__________________________________________________________________________________________
LEGAL STATEMENT
__________________________________________________________________________________________
By downloading, modifying, redistributing, and/or executing ransomware, the
user agrees to the contained LEGAL.txt statement found in this repository.

I, scarlet-oni, the creator, take no legal responsibility for unlawful actions
caused/stemming from this program.

Use responsibly and ethically!