Go to file
AnubisSec 1f1e94f7c6
Update remoteInject.go
2021-01-16 18:03:27 -05:00
README.md Initial Commit 2021-01-16 17:57:11 -05:00
remoteInject.go Update remoteInject.go 2021-01-16 18:03:27 -05:00

GodeInjection

This repo is just to host my PoC for remote code injection using Golang and calling Windows API's. I showcased using these type of syscalls in my blog located here

I mainly made this for two reasons, to learn more about Go and to learn about how process injection actually worked. I like the idea of taking classic malware techniques and porting them to other languages that get very little detection (i.e. Golang, Nim, etc).

I made this a while ago but am sharing it now in case anyone else will benefit from this.