Skip to content

Commit

Permalink
CRYPTER 2.31
Browse files Browse the repository at this point in the history
- Added option to specify GUI Title
  • Loading branch information
Sithis committed Dec 5, 2017
1 parent 2e35b6f commit 3e74fda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Crypter/Main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
@summary: Crypter: Ransomware written entirely in python.
@author: MLS
@version: 2.30
@version: 2.31
'''

# Import libs
Expand Down
2 changes: 1 addition & 1 deletion build/ExeBuilder/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## VERSION
MAJ_VERSION = "2"
MIN_VERSION = "30"
MIN_VERSION = "31"

# TITLE
TITLE = "Crypter Builder v%s.%s" % (MAJ_VERSION, MIN_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions build/ExeBuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'''
@summary: Crypter ExeBuilder(Package): ExeBuilder with GUI for building Crypter ransomware
@author: MLS
@version: 2.30
@version: 2.31
'''

# ABOUT
__author__ = "MLS"
__version__ = "2.30"
__version__ = "2.31"
__summary__ = "Provides a GUI for building the Crypter ransomware"

# Import package modules
Expand Down
2 changes: 1 addition & 1 deletion build/config_example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builder_language": "English",
"pyinstaller_aes_key": "0123456789ABCDEF",
"icon_file": "C:\\dev\\Crypter\\build\\Resources\\pdf.ico",
"gui_title": "TESTERF",
"gui_title": "CRYPTER",
"upx_dir": "C:\\dev\\Crypter\\build\\upx394w",
"delete_shadow_copies": true,
"key_destruction_time": "86400",
Expand Down

0 comments on commit 3e74fda

Please sign in to comment.