Skip to content

NHAS/stab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stab

Stab is a fully golang Manual Mapper that can inject x86 and x64 bit DLLs into local and remote processes. Local meaning our current process, and remote meaning another process on the same machine that is owned by the same user.

This project provides the MemoryLoadLibrary(...) function which can load a DLL from bytes. Which is handy for fileless exploitation.

Run me

This project also contains a little main function as an example of how to use the methods.

GOOS=windows go build

 #Inject into the local process
./stab .\Path\to\dll

 #Inject into a remote process
./stab .\Path\to\dll 2910