From 8e4506fa98464f33c1e96f7f23250c2399f5c972 Mon Sep 17 00:00:00 2001 From: revengeday Date: Wed, 4 Sep 2024 21:11:11 +0000 Subject: [PATCH] Add README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b13cef5 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# 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](https://git.cyberwa.re/revengeday/flipperzero/src/branch/main/badusb/). + +## 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: + ```bash + chmod +x hacked.sh + ``` +3. **Run the Script:** Execute the script: + ```bash + ./hacked.sh + ``` + +## Running with Flipper Zero BadUSB + +To use the script as a Flipper Zero BadUSB payload, please visit the main repository [here](https://git.cyberwa.re/revengeday/flipperzero/src/branch/main/badusb/) 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. \ No newline at end of file