Skip to content

Commit

Permalink
Disable virtualbox remote desktop server extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliim committed Jun 21, 2019
1 parent ca211db commit fe75fa8
Show file tree
Hide file tree
Showing 76 changed files with 76 additions and 0 deletions.
1 change: 1 addition & 0 deletions instances/cyborg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def instance(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 1024]
v.customize ['modifyvm', :id, '--vrde', 'off']
end

database.vm.provision :chef_solo do |chef|
Expand Down
1 change: 1 addition & 0 deletions instances/kali-e17.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/kali-kde.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/kali-light.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/kali-lxde.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/kali-mate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/kali-xfce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/kali.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/os-kali-light.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/os-kali.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def instance(vconfig, custom)
v.gui = true
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/ph20-blackarch-common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def instance(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 1024]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/ph20-blackarch-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def instance(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 1024]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/ph20-blackarch-full.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def instance(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 1024]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions instances/teamserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def instance(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 4096]
v.customize ['modifyvm', :id, '--vrde', 'off']
end

teamserver.vm.provision :chef_solo do |chef|
Expand Down
1 change: 1 addition & 0 deletions targets/IMF.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/analougepond.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/born2root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/bricks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end

target.vm.provision :chef_solo do |chef|
Expand Down
1 change: 1 addition & 0 deletions targets/bulldog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/covfefe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/csharp-vuln-json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/csharp-vuln-soap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/dc416-baffle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/dc416-basement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/dc416-dick-dastardly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/debian-9.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/defence-space-ctf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/docker-host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def target(vconfig, _custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', 'pentest-env-docker-host']
v.customize ['modifyvm', :id, '--memory', 1024]
v.customize ['modifyvm', :id, '--vrde', 'off']
end

target.vm.provision :chef_solo do |chef|
Expand Down
1 change: 1 addition & 0 deletions targets/dvwa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end

target.vm.provision :chef_solo do |chef|
Expand Down
1 change: 1 addition & 0 deletions targets/fart-knocker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/gibson.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/gruyere.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end

target.vm.provision :chef_solo do |chef|
Expand Down
1 change: 1 addition & 0 deletions targets/hackday-albania.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/hackfest2016-orcus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/hackfest2016-quaoar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/hackfest2016-sedna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/hell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/kevgir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/metasploitable2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 256]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/metasploitable3-trusty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/metasploitable3-win2008r2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 4096]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/mmmctf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/mrrobot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/owlnest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/pipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/primer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 256]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/pwnlab-init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def target(vconfig, custom)
v.gui = false
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/rapid7-metasploitable3-ub1404.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 1024]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
1 change: 1 addition & 0 deletions targets/rapid7-metasploitable3-win2k8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def target(vconfig, custom)
target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 2048]
v.customize ['modifyvm', :id, '--vrde', 'off']
end
end
end
Loading

0 comments on commit fe75fa8

Please sign in to comment.