Skip to content

PoCs for various shellcode injection techniques. Mostly golang

Notifications You must be signed in to change notification settings

saulpanders/payloadTests

Repository files navigation

payloadTests

PoCs for various shellcode injection techniques. Mostly golang.

this repo is mostly for my own educational purposes, so I wouldn't consider these opsec-safe. ymmv

currently using package "golang.org/x/sys/windows" for some WinAPI stuff

shellcode in buffer pops calc.exe

Techniques

A lot of these examples follow the classic "Allocate-Inject-Execute" pattern. Some target the current process's execution space, while other abuse a remote process.

CreateFiber

CreateRemoteThread

Process Hollowing (32 and 64 bit)

QueueUserApc

RtlCreateUserThread

Source

https://github.com/Ne0nd0g/go-shellcode/

About

PoCs for various shellcode injection techniques. Mostly golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages