Silly Bash script pretending to be ransomware.
Find a file
2024-09-04 21:11:11 +00:00
hacked.sh Add hacked.sh 2024-09-04 21:06:38 +00:00
README.md Add README.md 2024-09-04 21:11:11 +00:00

Cortex Implant Ransomware Simulation Script for macOS

This repository houses the standalone shell script designed to simulate a ransomware attack on macOS. It is part of a larger project that includes a Flipper Zero BadUSB payload, available here.

Purpose

The script mimics a ransomware attack scenario by simulating the encryption of files and displaying various warning messages. This is intended for educational and research purposes only and does not actually encrypt any files or cause harm to the system.

Features

  • Simulated Critical Errors: Displays a series of critical error messages to create urgency.
  • Ransomware Warning Message: Warns the user that their cortex implant has been compromised and demands payment.
  • Fake Encryption Process: Simulates the encryption of thousands of files.
  • Countdown Timer: Displays a 24-hour countdown timer to increase urgency.
  • Humorous Twist: Concludes by revealing it was a joke, ensuring no files are actually encrypted.

Usage of This Shell Script

This repository specifically provides the shell script version for those who wish to run it directly on a macOS terminal.

Running as a Standalone Script

  1. Save the Script: Save the Bash script as hacked.sh on your macOS machine.
  2. Make Executable: Open your terminal and navigate to the directory where hacked.sh is located. Make the script executable:
    chmod +x hacked.sh
    
  3. Run the Script: Execute the script:
    ./hacked.sh
    

Running with Flipper Zero BadUSB

To use the script as a Flipper Zero BadUSB payload, please visit the main repository here and follow the instructions provided.

Disclaimer

This script is intended solely for educational purposes. Do not use this script in an unauthorized manner or in any environment where it could cause harm or panic. The author is not responsible for any misuse of this script.