diff options
author | bitform <matt@exploit-monday.com> | 2013-01-20 21:34:37 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2013-01-20 21:34:37 -0500 |
commit | a233d60908d5442214ac6f5726c89f4d0b41418d (patch) | |
tree | a906c93b064d32cd8682d05ab3209607497c043d /CodeExecution/CodeExecution.psm1 | |
parent | b3bbe03e939f300c07169650b342e0665e578085 (diff) | |
download | PowerSploit-a233d60908d5442214ac6f5726c89f4d0b41418d.tar.gz PowerSploit-a233d60908d5442214ac6f5726c89f4d0b41418d.zip |
Added 'CodeExecution' Module
* 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.
Diffstat (limited to 'CodeExecution/CodeExecution.psm1')
-rw-r--r-- | CodeExecution/CodeExecution.psm1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CodeExecution/CodeExecution.psm1 b/CodeExecution/CodeExecution.psm1 new file mode 100644 index 0000000..e5234fb --- /dev/null +++ b/CodeExecution/CodeExecution.psm1 @@ -0,0 +1 @@ +Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
\ No newline at end of file |