Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 273 Bytes

Simple Golang Ransomware

This is just a very simple ransomware PoC.

Before: before

After: after

Feature

  • Encryption key storage on Google form.

Run & Build

Run:

go run main.go

Build:

go build main.go