From 59b35d1470698b04168275b0ec65fb7905fa72f7 Mon Sep 17 00:00:00 2001 From: mattifestation Date: Tue, 3 Feb 2015 21:24:28 -0500 Subject: Moved Invoke-Shellcode These things happen --- CodeExecution/CodeExecution.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CodeExecution/CodeExecution.psm1') diff --git a/CodeExecution/CodeExecution.psm1 b/CodeExecution/CodeExecution.psm1 index 81d3818..934fa38 100644 --- a/CodeExecution/CodeExecution.psm1 +++ b/CodeExecution/CodeExecution.psm1 @@ -1 +1 @@ -Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} +Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | ? {$_.Name -ne 'Invoke-Shellcode.ps1'} | % { . $_.FullName} -- cgit v1.2.3