Simple & funny ransomware with python progaramming language. Maybe it's better to say this a cryptographer.
git clone https://github.com/mmerfani/ransomware-with-python.git
pip install -r requirements.txt
- Create a new drive in your device (suggested)
- open "main.py"
- Call "enc()" function & add these👇 parameters at the end of code;
enc(target_file_extention, encrypted_file_extention="maher", key=1, drive="D")
- Call "dec()" function & add these👇 parameters at the end of code;
dec(encrypted_file_extention="maher", key=1, drive="D")
In this release key saves at file named "key" in the same directory. It's really important to save this until you decrypt file's Don't forget this key is the only way for decrypt your file's!
- Choose Encrypted & target🎯 files extensions
- Send arguments with bash/cmd
- Get device's info and save it
- Add a secure method to send key
- Add simple GUI
- Alert user when encryption or decryption completed in windows
- Encrypted & decrypt all drive's of devise
- Encrypted & Decrypt all file extensions