Merge pull request #59 from anarratone/master
Prevent Windows Defender from blocking CALDERA
This commit is contained in:
@@ -20,8 +20,9 @@ apm install language-batch
|
|||||||
apm install language-docker
|
apm install language-docker
|
||||||
|
|
||||||
# Disable Windows Defender realtime scanning before downloading Mimikatz
|
# Disable Windows Defender realtime scanning before downloading Mimikatz
|
||||||
If ($hostname -eq "win10") {
|
If ($env:computername -eq "WIN10") {
|
||||||
set-MpPreference -DisableRealtimeMonitoring $true
|
set-MpPreference -DisableRealtimeMonitoring $true
|
||||||
|
Set-MpPreference -ExclusionPath C:\commander.exe, C:\Tools
|
||||||
}
|
}
|
||||||
|
|
||||||
# Purpose: Downloads and unzips a copy of the latest Mimikatz trunk
|
# Purpose: Downloads and unzips a copy of the latest Mimikatz trunk
|
||||||
|
|||||||
Reference in New Issue
Block a user