diff options
author | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-05 10:34:26 -0500 |
---|---|---|
committer | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-05 10:34:26 -0500 |
commit | d1145e05402d1130a2a3f9444a6da84ef80e3f79 (patch) | |
tree | 452ec4c68b885b7ccd3b135f94778c3a0debe4a2 /CodeExecution | |
parent | 81b57738ab7d0d816622da7d5d220f3db379b26b (diff) | |
download | PowerSploit-d1145e05402d1130a2a3f9444a6da84ef80e3f79.tar.gz PowerSploit-d1145e05402d1130a2a3f9444a6da84ef80e3f79.zip |
Re-import Invoke-Shellcode.ps1
Diffstat (limited to 'CodeExecution')
-rw-r--r-- | CodeExecution/CodeExecution.psm1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeExecution/CodeExecution.psm1 b/CodeExecution/CodeExecution.psm1 index 934fa38..81d3818 100644 --- a/CodeExecution/CodeExecution.psm1 +++ b/CodeExecution/CodeExecution.psm1 @@ -1 +1 @@ -Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | ? {$_.Name -ne 'Invoke-Shellcode.ps1'} | % { . $_.FullName} +Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} |