Skip to content

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).

Notifications You must be signed in to change notification settings

Sn0wAlice/hellokitkill.exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloKitKill.exe

⚠️ 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).

Features

  • File encryption with AES-256 (CBC mode) (home made)

realistic ransomware asap

Usage

🧪 To run only in a single VM or secure environment.

cargo build --release
./target/release/hellokitkill --help

Warning

This code is strictly educational. Using this type of program on real systems without authorization is illegal.

About

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages