diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2015-09-23 15:25:39 -0700 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2015-09-23 15:25:39 -0700 |
commit | 03ed2adb56a608a6e10cda8b924d76f5a3f0147f (patch) | |
tree | 8addf0e03953dc7b05a8997a87ae3c18f894c53f /CodeExecution/CodeExecution.psd1 | |
parent | 5ce61e40f5eedb3f413e6278904b12bace0db2f5 (diff) | |
download | PowerSploit-03ed2adb56a608a6e10cda8b924d76f5a3f0147f.tar.gz PowerSploit-03ed2adb56a608a6e10cda8b924d76f5a3f0147f.zip |
Adding Invoke-WmiCommand
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 b67cc9e..8dc5b75 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', 'Usage.md' + 'Invoke-ShellcodeMSIL.ps1', 'Invoke-ReflectivePEInjection.ps1', 'Invoke-WmiCommand.ps1', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData = '' |