Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 662 Bytes

readme.md

File metadata and controls

36 lines (25 loc) · 662 Bytes

trickster-ransomware-poc

A proof of concept ransomware example, written in golang language. Uses built in crypto module in golang.

Compiling

go build

Cross-compiling

With xgo

# For linux amd64
xgo --targets=linux/amd64 .

Running

  1. Copy toencrypt-clone contents to toencrypt

  2. Run

./trickster-ransomware-poc

# or, if cross compiling

./trickster-ransomware-poc-linux-amd64

Decryption

Add --decrypt flag when running the program. Enter the password which can be found inside the source code in the variable KeyStr.

./trickster-ransomware-poc --decrypt