⚠️ Educational project only. Never use this code maliciously.
HelloKitKill.exe is a simplified ransomware written in Rust, designed to illustrate the fundamental mechanisms of modern ransomware in an educational setting (CTF, SOC training, blue team).
- File encryption with AES-256 (CBC mode) (home made)
realistic ransomware asap
🧪 To run only in a single VM or secure environment.
cargo build --release
./target/release/hellokitkill --help
This code is strictly educational. Using this type of program on real systems without authorization is illegal.