aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution/Invoke-DllInjection.ps1
AgeCommit message (Collapse)AuthorFilesLines
2014-06-21Invoke-DllInjection now calls RtlCreateUserThreadmattifestation1-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-13Normalized all scripts to ASCII encodingmattifestation1-1/+1
2013-01-21Consistency improvements in comment-based helpbitform1-1/+1
2013-01-20Added 'CodeExecution' Modulebitform1-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.