6ada87e2a4 | ||
---|---|---|
README.md | ||
multi.go | ||
single.go |
README.md
ProcessInjector
Proof of concept for single/multiple shellcode process injection malware written in Go language.
Contains two programs:
Multi: multithreaded 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
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