diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-05-13 20:01:59 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-05-13 20:01:59 -0400 |
commit | 2a17b8fb56db07519e8e6b7d6819749ce743c882 (patch) | |
tree | 7315164342e510e3ab7b7feccdaab24204a53f3b /CodeExecution/CodeExecution.psd1 | |
parent | f32a572fb971f288d2950af9a6c6d2031a52df2b (diff) | |
download | PowerSploit-2a17b8fb56db07519e8e6b7d6819749ce743c882.tar.gz PowerSploit-2a17b8fb56db07519e8e6b7d6819749ce743c882.zip |
Added Watch-BlueScreen
Causes a blue-screen (bugcheck) to occur.
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 180c25e..c6c87f7 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-ReflectiveDllInjection.ps1', 'Usage.md' + 'Invoke-ShellcodeMSIL.ps1', 'Invoke-ReflectiveDllInjection.ps1', 'Watch-BlueScreen.ps1', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData = '' |