aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution/CodeExecution.psm1
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2013-01-20 21:34:37 -0500
committerbitform <matt@exploit-monday.com>2013-01-20 21:34:37 -0500
commita233d60908d5442214ac6f5726c89f4d0b41418d (patch)
treea906c93b064d32cd8682d05ab3209607497c043d /CodeExecution/CodeExecution.psm1
parentb3bbe03e939f300c07169650b342e0665e578085 (diff)
downloadPowerSploit-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.psm11
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