WARNING: these instructions work best on a unix based system
Technically this isnt a ransomware bot. There is no ransom to be payed. This does mimic a ransomware bot in the fact it encrypts all the files, talks to a server, and then decrypts all the files.
We use Earthly to build files and images
You need Earthly dependencies
- Docker
- Git
earthly +build
This only builds the binary and saves it to an earthly artifact. Kinda useless by itself If you want to build and then download the binary to your local machine run
earthly +save-binary
again THIS IS A RANSOMWARE BOT so be careful
Because this is a ransomware bot, we highly suggest you run inside a container
To build the container, run
earthly +docker
This stage creates an image called imacry-run:latest
and then to run
docker run -it imacry-run:latest /bin/bash
To make a benchmarking container, run
earthly +benchmarking
and to run it, run
docker run imacry-benchmark
You can checkout the cc servers README at ./cc-server/README
You can read all about contributing to this project in CONTRIBUTING.md
You can read about it in ARCHITECTURE.md