Proof of concept for single/multiple shellcode process injection malware in Go language.
Go to file
s1egesystems 75079ca512
Update single.go
2020-02-03 21:29:22 +00:00
README.md Create README.md 2020-02-03 21:26:41 +00:00
single.go Update single.go 2020-02-03 21:29:22 +00:00

README.md

ProcessInjector

Proof of concept for single/multiple shellcode process injection malware written in Go language.

Contains two programs:

Multi: multithreaded malware to recurseively scan and inject multiple processes' space with little cpu and memory usage

Single: malware to scan for target processes once a target process id is found the program will inject shellcode into target process space and exit

To build:

admin@local:~$ go get "github.com/TheTitanrain/w32"
admin@local:~$ set GOARCH=386
admin@local:~$ go build set -ldflags "-H windowsgui" <single/multi>.go

Fully Undetectable 03-02-2020

multi