diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-08-29 21:44:14 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-08-29 21:44:14 -0400 |
commit | 258c760c61c9a5b11852580c3e007c7fcb02df3d (patch) | |
tree | b68291ade2a3572c3935e5fabc2e2486fba47189 /README.md | |
parent | 2e00756b599f12c95461aca6d2fd6513b914c806 (diff) | |
download | PowerSploit-258c760c61c9a5b11852580c3e007c7fcb02df3d.tar.gz PowerSploit-258c760c61c9a5b11852580c3e007c7fcb02df3d.zip |
Adding MBR infector Set-MasterBootRecord
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -196,6 +196,11 @@ Generates a full-memory minidump of a process. **Cause general mayhem with PowerShell.** +#### `Set-MasterBootRecord` + +Proof of concept code that overwrites the master boot record with the + message of your choice. + #### `Set-CriticalProcess` Causes your machine to blue screen upon exiting PowerShell. |