Proof of concept for single/multiple shellcode process injection malware in Go language.
Go to file
s1egesystems 1a18df802d
Update multi.go
2021-02-09 19:48:19 +00:00
README.md Update README.md 2020-02-10 04:13:18 +00:00
multi.go Update multi.go 2021-02-09 19:48:19 +00:00
single.go Update single.go 2020-07-07 03:26:54 +00:00

README.md

GoProcessInject0r

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

Contains two programs:

Multi: multi-threaded malware to recursively 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

Build:

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

Fully Undetectable 03-02-2020

multi