Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batteredbunny/ransomware

Simple ransomware made in golang for educational purposes
https://github.com/batteredbunny/ransomware

Last synced: 22 days ago
JSON representation

Simple ransomware made in golang for educational purposes

Awesome Lists containing this project

README

        

# ransomware

## Build dependencies
- go
- openssl

## Build server and client
```
make
```

## Build with new keypair
```
make generate_keys build
```