A high-speed FOSS ransomware written in Rust
Find a file
2024-06-30 18:53:21 +03:00
server feat: basic server 2024-06-23 12:17:37 +03:00
src fix: make ransom note before attempting registration 2024-06-30 18:42:18 +03:00
.gitignore feat: basic server 2024-06-23 12:17:37 +03:00
build.sh fix: make build.sh compile release version 2024-06-30 18:41:50 +03:00
Cargo.lock init: add code 2024-06-10 10:57:56 +03:00
Cargo.toml feat: optimisations 2024-06-30 18:53:21 +03:00
LICENSE feat: add license & readme 2024-06-14 17:07:17 +03:00
note.txt feat: ransom note 2024-06-29 13:58:26 +03:00
README.md fix: update roadmap 2024-06-30 18:47:49 +03:00

Solcrypt

A "hobby project" ransomware that isn't really meant to be used for illegal purposes. I made this for fun, ok? Don't get me in legal trouble for it

Setup

Arch

sudo pacman -S rustup
rustup default stable
rustup target add x86_64-pc-windows-gnu # if compiling for windows targets
git clone https://git.xorycode.dev/xory/solcrypt
cd solcrypt 
bash build.sh # this builds both encryptor and decryptor

Then run it on your target PC/server

Roadmap

  • Basic home directory encryption
  • Randomly generated encryption key
  • Ransom prompt?
  • Server
  • Meow?