diff options
author | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-04 14:56:46 -0500 |
---|---|---|
committer | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-04 14:56:46 -0500 |
commit | d0fff7b6371ccb52952268f47ae68e85c3aeeb91 (patch) | |
tree | 67c0be051a7320a4b5ee7f41abd236d1ed09572c /CodeExecution/CodeExecution.psd1 | |
parent | 12ce71b9f4b0428d9425e001e5988f91eb2b8b87 (diff) | |
download | PowerSploit-d0fff7b6371ccb52952268f47ae68e85c3aeeb91.tar.gz PowerSploit-d0fff7b6371ccb52952268f47ae68e85c3aeeb91.zip |
Migrating everything back to Invoke-Shellcode.ps1. I'm done making my point now. :P
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 8dc5b75..0d0799b 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', 'Invoke-WmiCommand.ps1', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess |