Skip to content

Instantly share code, notes, and snippets.

@MauRiEEZZZ
Last active October 12, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MauRiEEZZZ/3667830defd56aeb5a7a6712da667fe6 to your computer and use it in GitHub Desktop.
Save MauRiEEZZZ/3667830defd56aeb5a7a6712da667fe6 to your computer and use it in GitHub Desktop.
$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