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 /README.md | |
parent | f32a572fb971f288d2950af9a6c6d2031a52df2b (diff) | |
download | PowerSploit-2a17b8fb56db07519e8e6b7d6819749ce743c882.tar.gz PowerSploit-2a17b8fb56db07519e8e6b7d6819749ce743c882.zip |
Added Watch-BlueScreen
Causes a blue-screen (bugcheck) to occur.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ Injects shellcode into the process ID of your choosing or within PowerShell loca Execute shellcode within the context of the running PowerShell process without making any Win32 function calls. +#### `Watch-BlueScreen` + +Cause a blue screen to occur (Windows 7 and below). + ## ScriptModification **Modify and/or prepare scripts for execution on a compromised machine.** |