diff options
author | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-05 13:26:05 -0500 |
---|---|---|
committer | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-05 13:26:05 -0500 |
commit | 18b7a10f89eb5f1038c443b5b39d3a8e327fb090 (patch) | |
tree | 1a1aa5b7aa31f3d5d0e7bee925549eb622cf9ff5 /CodeExecution/CodeExecution.psd1 | |
parent | 641eff706e9f34914235441a70333b1daab73ae9 (diff) | |
download | PowerSploit-18b7a10f89eb5f1038c443b5b39d3a8e327fb090.tar.gz PowerSploit-18b7a10f89eb5f1038c443b5b39d3a8e327fb090.zip |
Removing Invoke-ShellcodeMSIL
This was only ever intended to be a PoC. I'll bring this back if
requested but it exhibits duplicate functionality.
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 0d0799b..96e9abc 100644 --- a/CodeExecution/CodeExecution.psd1 +++ b/CodeExecution/CodeExecution.psd1 @@ -74,7 +74,7 @@ ModuleList = @(@{ModuleName = 'CodeExecution'; ModuleVersion = '1.0.0.0'; GUID = # List of all files packaged with this module FileList = 'CodeExecution.psm1', 'CodeExecution.psd1', 'Invoke-Shellcode.ps1', 'Invoke-DllInjection.ps1', - 'Invoke-ShellcodeMSIL.ps1', 'Invoke-ReflectivePEInjection.ps1', 'Invoke-WmiCommand.ps1', 'Usage.md' + 'Invoke-ReflectivePEInjection.ps1', 'Invoke-WmiCommand.ps1', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData = '' |