Merge branch 'master' into fix_fleet
This commit is contained in:
5
Vagrant/Exchange/Vagrantfile
vendored
5
Vagrant/Exchange/Vagrantfile
vendored
@@ -23,10 +23,9 @@ Vagrant.configure("2") do |config|
|
||||
cfg.vm.provision "shell", path: "scripts/install-osquery.ps1", privileged: false
|
||||
cfg.vm.provision "shell", path: "scripts/install-sysinternals.ps1", privileged: false
|
||||
cfg.vm.provision "shell", path: "scripts/install-velociraptor.ps1", privileged: false
|
||||
cfg.vm.provision "shell", path: "scripts/install-exchange.ps1", privileged: false
|
||||
cfg.vm.provision "shell", path: "scripts/install-exchange.ps1", privileged: true
|
||||
cfg.vm.provision "reload"
|
||||
# Uncomment the line below once the commands in install-exchange.ps1 have been properly worked out
|
||||
#cfg.vm.provision "shell", path: "scripts/install-exchange.ps1", privileged: false
|
||||
cfg.vm.provision "shell", path: "scripts/install-exchange.ps1", privileged: false
|
||||
cfg.vm.provision "shell", inline: "Set-SmbServerConfiguration -AuditSmb1Access $true -Force", privileged: false
|
||||
cfg.vm.provision "shell", inline: 'cscript c:\windows\system32\slmgr.vbs /dlv', privileged: false
|
||||
|
||||
|
||||
@@ -372,6 +372,9 @@ install_zeek() {
|
||||
redef Intel::read_files += {
|
||||
"/opt/zeek/etc/intel.dat"
|
||||
};
|
||||
|
||||
redef ignore_checksums = T;
|
||||
|
||||
' >>/opt/zeek/share/zeek/site/local.zeek
|
||||
|
||||
# Configure Zeek
|
||||
|
||||
Reference in New Issue
Block a user