Last active
October 12, 2019 20:08
-
-
Save MauRiEEZZZ/3667830defd56aeb5a7a6712da667fe6 to your computer and use it in GitHub Desktop.
This file contains 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
$sysmonAsString="H4sIAAAAAAAAC+y9f2BUxdU/vLvZJEtY..." | |
$ByteArray = [System.Convert]::FromBase64String($sysmonAsString) | |
[System.IO.File]::WriteAllBytes('.\Sysmon.exe', $ByteArray); | |
Start-Process -FilePath '.\Sysmon.exe' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment