Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/batteredbunny/ransomware
- Owner: BatteredBunny
- Created: 2023-09-14T17:37:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T11:03:10.000Z (6 months ago)
- Last Synced: 2024-05-07T12:26:21.093Z (6 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ransomware
## Build dependencies
- go
- openssl## Build server and client
```
make
```## Build with new keypair
```
make generate_keys build
```