Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-21 | Invoke-DllInjection now calls RtlCreateUserThread | mattifestation | 1 | -24/+26 | |
Calling CreateRemoteThread on lsass. Bug fix: Invoke-DllInjection was checking the processor architecture when it should have been validating the OS architecture. This would cause Invoke-DllInjection to fail on a 32-bit OS with a 64-bit processor. | |||||
2013-11-13 | Normalized all scripts to ASCII encoding | mattifestation | 1 | -1/+1 | |
2013-01-21 | Consistency improvements in comment-based help | bitform | 1 | -1/+1 | |
2013-01-20 | Added 'CodeExecution' Module | bitform | 1 | -0/+328 | |
* 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. |