Ransomware_Virus (Educational Purposes Only)

⚠️ Warning: This project is strictly for educational purposes only. Do not execute this on any system without explicit permission from the owner. Misuse of this information can result in legal actions.

Overview

This project demonstrates the creation and execution of a ransomware virus for educational purposes. It is designed to teach how ransomware operates and the potential impact it can have on a system.

How It Works

  1. Convert Python Script to Executable:

    • Use pyinstaller or a similar tool to convert the Python script into an executable file (.exe).
  2. Automate Execution via USB:

    • Utilize tools like USB Rubber Ducky or Rufus to create a bootable USB drive that automatically executes the script when injected into the target system.
  3. Deploying on Target System:

    • Insert the USB into the target system. The script will execute automatically, demonstrating the effects of ransomware.

Legal and Ethical Considerations

  • Authorization: This script should only be executed on systems where you have explicit permission to perform security testing.
  • Consequences: Unauthorized use of this script can lead to severe legal penalties, including fines and imprisonment.
  • Ethical Use: This project is intended for educational purposes, ethical hacking, and research only. Always act responsibly and within the bounds of the law.

Disclaimer

The author of this project is not responsible for any damage caused by the use of this script. Use at your own risk and only in environments where you have explicit permission to perform security testing.