diff options
author | mattifestation <mattgraeber@gmail.com> | 2015-02-03 21:24:28 -0500 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2015-02-03 21:24:46 -0500 |
commit | 59b35d1470698b04168275b0ec65fb7905fa72f7 (patch) | |
tree | 4c901a6776bbf7c90b940a435f7f4bc4ee411d6b /CodeExecution/CodeExecution.psd1 | |
parent | a574705ce2dfe93ee7450840b0ba1a6424dbf5ad (diff) | |
download | PowerSploit-59b35d1470698b04168275b0ec65fb7905fa72f7.tar.gz PowerSploit-59b35d1470698b04168275b0ec65fb7905fa72f7.zip |
Moved Invoke-Shellcode
These things happen
Diffstat (limited to 'CodeExecution/CodeExecution.psd1')
-rw-r--r-- | CodeExecution/CodeExecution.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeExecution/CodeExecution.psd1 b/CodeExecution/CodeExecution.psd1 index 85258a5..b67cc9e 100644 --- a/CodeExecution/CodeExecution.psd1 +++ b/CodeExecution/CodeExecution.psd1 @@ -73,7 +73,7 @@ AliasesToExport = '' ModuleList = @(@{ModuleName = 'CodeExecution'; ModuleVersion = '1.0.0.0'; GUID = 'a8a6780b-e694-4aa4-b28d-646afa66733c'}) # List of all files packaged with this module -FileList = 'CodeExecution.psm1', 'CodeExecution.psd1', 'Invoke-Shellcode.ps1', 'Invoke-DllInjection.ps1', +FileList = 'CodeExecution.psm1', 'CodeExecution.psd1', 'Invoke--Shellcode.ps1', 'Invoke-DllInjection.ps1', 'Invoke-ShellcodeMSIL.ps1', 'Invoke-ReflectivePEInjection.ps1', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess |