Update install-redteam.ps1

This commit is contained in:
Chris Long
2020-03-09 00:49:32 -07:00
committed by GitHub
parent 361b9b0b48
commit 47d4696147

View File

@@ -3,9 +3,11 @@
Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Installing Red Team Tooling..."
# Windows Defender should be disabled already by O&O ShutUp10
If ($hostname -eq "win10") {
# Adding Defender exclusions just in case
Add-MpPreference -ExclusionPath C:\Tools
Set-MpPreference -ExclusionPath C:\Tools
Add-MpPreference -ExclusionPath C:\Users\vagrant\AppData\Local\Temp
}
# Purpose: Downloads and unzips a copy of the latest Mimikatz trunk
Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Determining latest release of Mimikatz..."