From 3f12ac524a954fc67e84dc4d2d797d83cc809989 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 25 Apr 2020 12:20:25 -0700 Subject: [PATCH] Update install-redteam.ps1 --- Vagrant/scripts/install-redteam.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrant/scripts/install-redteam.ps1 b/Vagrant/scripts/install-redteam.ps1 index 2222e47..d274ea5 100644 --- a/Vagrant/scripts/install-redteam.ps1 +++ b/Vagrant/scripts/install-redteam.ps1 @@ -1,5 +1,8 @@ # Purpose: Installs Mimikatz and Powersploit into c:\Tools\Mimikatz. Used to install redteam related tooling. +# Ensure the GPO to disable Windows Defender is applied before continuing +gpupdate /force + Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Installing Red Team Tooling..." # Windows Defender should be disabled already by O&O ShutUp10