Skip to content

Simple ransomware script using Python. Infects only the current working directory. Use at your own risk and for educational purposes only.

Notifications You must be signed in to change notification settings

HackWidMaddy/SimpleRansomeware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ransomware in Python

This project is a simple ransomware script that encrypts the files in the current working directory using the Fernet module in Python. It is important to note that this project is for educational purposes only and should not be used to harm others. Use at your own risk. How to use

Clone the repository to your local machine
Run the script with Python 3
The script will encrypt all files in the current working directory
To decrypt the files, you will need the decryption key
Do not use this script to harm others, it is for educational purposes only

Requirements

Python 3
Fernet module (can be installed using pip)

Note

This project is not meant for any illegal use and the developer will not be held responsible for any misuse of this script.
This script is only for educational purpose and for the knowledge about the Ransomware and how it works.

Contribution

If you find any bug or have any suggestions, please open an issue or make a pull request.

Questions

If you have any questions about this project, please open an issue or contact me.

About

Simple ransomware script using Python. Infects only the current working directory. Use at your own risk and for educational purposes only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages