-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
56 lines (48 loc) · 2.92 KB
/
README.txt
File metadata and controls
56 lines (48 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#### #### #### ####### ## ## ######
## ## ## ## ## # ### ## # ## #
## ## ## ## # #### ## ##
## ## ## #### ## #### ## ######
## ## # ## ## # ## ### ##
## ## ## ## ## ## # ## ## ##
#### ####### #### ####### ## ## ####
##### ####### ###### ## ## ####### ######
## ## ## # ## ## ## ## ## # ## ##
# ## # ## ## ## ## ## # ## ##
##### #### ##### ## ## #### #####
## ## # ## ## ### ## # ## ##
## ## ## # ## ## ### ## # ## ##
##### ####### #### ## # ####### #### ##
###### ## ## ## ##### ##### ## ## ## ## ## ###### #######
## ## #### ### ## ## ## ## ## ### ### ## ## #### ## ## ## #
## ## ## ## #### ## # ## ## ####### ## ## ## ## ## ## ## #
##### ## ## ## #### ##### ## ## ####### ## # ## ## ## ##### ####
## ## ###### ## ### ## ## ## ## # ## ####### ###### ## ## ## #
## ## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## #
#### ## ## ## ## ## ##### ##### ## ## ## ## ## ## #### ## #######
_________________________________________________________________________________________
ABOUT
_________________________________________________________________________________________
Description: A ransomware that encrypts one file and contacts the server for decryption.
Prototype of a modern ransomware.
Program: Ransomware (client-server) / A prototype of a modern ransomware
Languages: Python 3.12.7
Tested on: Linux 6.11.2
Author: scarlet-oni
_________________________________________________________________________________________
PROGRAM LAUNCH
_________________________________________________________________________________________
// First, start a server that will decrypt files
python3 ransomware_server.py
// Then create a simple text file that will be encrypted
echo "hello ransomware" > file.txt
// Then you can run a client that will encrypt the file
// Examle: python3 ransomware.py <host> <port> <file>
python3 ransomware.py 0.0.0.0 8000 file.py
_________________________________________________________________________________________
LEGAL STATEMENT
_________________________________________________________________________________________
By downloading, modifying, redistributing, and/or executing client-server-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!