This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Set-MasterBootRecord | |
{ | |
<# | |
.SYNOPSIS | |
Proof of concept code that overwrites the master boot record with the | |
message of your choice. | |
PowerSploit Function: Set-MasterBootRecord | |
Author: Matthew Graeber (@mattifestation) and Chris Campbell (@obscuresec) | |
Adopted by: Ahhh (for CCDC) | |
License: BSD 3-Clause |