Age | Commit message (Collapse) | Author | Files | Lines |
|
Also cleaned up some module manifest cruft.
|
|
This was only ever intended to be a PoC. I'll bring this back if
requested but it exhibits duplicate functionality.
|
|
now. :P
|
|
|
|
These things happen
|
|
This vulnerability was patched a while ago making this function largely
irrelevant.
|
|
|
|
Another awesome addition from Joe Bialek. Invoke-ReflectivePEInjection
is a vast improvement over Invoke-ReflectiveDllInjection. It adds the
following features:
* Now supports loading exe files in memory
* Supports reflective dll injection into a remote process
* Additional sample Visual Studio solutions
|
|
Causes a blue-screen (bugcheck) to occur.
|
|
Adding Invoke-ReflectiveDllInjection. PowerSploit now has reflective DLL
loading capabilities!!! Thanks to Joe Bialek @JosephBialek for writing
this awesome code!
|
|
Invoke-ShellcodeMSIL executes shellcode without making any Win32
function calls.
|
|
* I unfortunately needed to change the names of Inject-Shellcode and
Inject-Dll to Invoke-Shellcode and Invoke-DllInjection in order to
confirm to proper verb naming.
|