Skip to content

Commit

Permalink
Disable box update checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliim committed Jun 21, 2019
1 parent fe75fa8 commit 8c4deeb
Show file tree
Hide file tree
Showing 76 changed files with 78 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 @@ -5,6 +5,7 @@ def instance(vconfig, custom)
cyborg.vm.guest = :debian

cyborg.vm.box = 'Sliim/cyborg-essentials'
cyborg.vm.box_check_update = false
cyborg.vm.box_download_checksum_type = 'sha256'
cyborg.vm.box_download_checksum = 'd15384c2e10b8ede2893b045399e959f'\
'87fbf5ed8b152c7fd9f6bbc84fa8e33f'
Expand Down
1 change: 1 addition & 0 deletions instances/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def instance(vconfig, custom)

vconfig.vm.define custom['name'], primary: false, autostart: false do |database|
database.vm.box = 'debian/contrib-jessie64'
database.vm.box_check_update = false

database.vm.provider 'virtualbox' do |v|
v.gui = false
Expand Down
1 change: 1 addition & 0 deletions instances/kali-e17.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.username = 'root'

kali.vm.box = 'Sliim/kali-2018.1-e17-amd64'
kali.vm.box_check_update = false
kali.vm.box_download_checksum_type = 'sha256'
kali.vm.box_download_checksum = '0466384e8338e269b441b5f2872c2888'\
'8528d244a0d31b73c7fb9d15d4f1bd0d'
Expand Down
1 change: 1 addition & 0 deletions instances/kali-kde.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.username = 'root'

kali.vm.box = 'Sliim/kali-2018.1-kde-amd64'
kali.vm.box_check_update = false
kali.vm.box_download_checksum_type = 'sha256'
kali.vm.box_download_checksum = '0f44327c2606ead670679254f27945c8'\
'2eb7cc2966c4a4f1d3137160dad07fe3'
Expand Down
1 change: 1 addition & 0 deletions instances/kali-light.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.username = 'root'

kali.vm.box = 'Sliim/kali-2018.1-light-amd64'
kali.vm.box_check_update = false
kali.vm.box_download_checksum_type = 'sha256'
kali.vm.box_download_checksum = '1f58f62417219ce8fe7d5f0b72dc3a8e'\
'0c13c019e7f485e10d27a0f1f096e266'
Expand Down
1 change: 1 addition & 0 deletions instances/kali-lxde.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.username = 'root'

kali.vm.box = 'Sliim/kali-2018.1-lxde-amd64'
kali.vm.box_check_update = false
kali.vm.box_download_checksum_type = 'sha256'
kali.vm.box_download_checksum = 'f3765b918aec03024c2657fc75090c54'\
'0d95602cd90c0ab8835b4c0a0f1da23a'
Expand Down
1 change: 1 addition & 0 deletions instances/kali-mate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.username = 'root'

kali.vm.box = 'Sliim/kali-2018.1-mate-amd64'
kali.vm.box_check_update = false
kali.vm.box_download_checksum_type = 'sha256'
kali.vm.box_download_checksum = '221f1bf6936b560d8980290c2af0702f'\
'1e705798eb4ef51acc144e36c89fe51c'
Expand Down
1 change: 1 addition & 0 deletions instances/kali-xfce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.username = 'root'

kali.vm.box = 'Sliim/kali-2018.1-xfce-amd64'
kali.vm.box_check_update = false
kali.vm.box_download_checksum_type = 'sha256'
kali.vm.box_download_checksum = 'eec6b371743467244d3f4f1032c9dc57'\
'6a1ce482a32ad18b8605bd3013e142a0'
Expand Down
1 change: 1 addition & 0 deletions instances/kali.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.username = 'root'

kali.vm.box = 'Sliim/kali-2018.1-amd64'
kali.vm.box_check_update = false
kali.vm.box_download_checksum_type = 'sha256'
kali.vm.box_download_checksum = '407b01c550e1f230fc238d12d91da899'\
'644bec2cac76a1202d7bab2f9d6cbefd'
Expand Down
1 change: 1 addition & 0 deletions instances/os-kali-light.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.password = 'vagrant'

kali.vm.box = 'offensive-security/kali-linux-light'
kali.vm.box_check_update = false
kali.vm.guest = :debian

kali.vm.synced_folder '.', '/vagrant', disabled: true
Expand Down
1 change: 1 addition & 0 deletions instances/os-kali.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def instance(vconfig, custom)
kali.ssh.password = 'vagrant'

kali.vm.box = 'offensive-security/kali-linux'
kali.vm.box_check_update = false
kali.vm.guest = :debian

kali.vm.synced_folder '.', '/vagrant', disabled: true
Expand Down
1 change: 1 addition & 0 deletions instances/ph20-blackarch-common.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def instance(vconfig, custom)
vconfig.vm.define custom['name'], primary: false do |blackarch|
blackarch.vm.box = 'ph20/blackarch-common-x86_64'
blackarch.vm.box_check_update = false

blackarch.vm.synced_folder '.', '/vagrant', disabled: true

Expand Down
1 change: 1 addition & 0 deletions instances/ph20-blackarch-core.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def instance(vconfig, custom)
vconfig.vm.define custom['name'], primary: false do |blackarch|
blackarch.vm.box = 'ph20/blackarch-core-x86_64'
blackarch.vm.box_check_update = false

blackarch.vm.synced_folder '.', '/vagrant', disabled: true

Expand Down
1 change: 1 addition & 0 deletions instances/ph20-blackarch-full.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def instance(vconfig, custom)
vconfig.vm.define custom['name'], primary: false do |blackarch|
blackarch.vm.box = 'ph20/blackarch-full-x86_64'
blackarch.vm.box_check_update = false

blackarch.vm.synced_folder '.', '/vagrant', disabled: true

Expand Down
1 change: 1 addition & 0 deletions instances/teamserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def instance(vconfig, custom)
teamserver.ssh.username = 'root'

teamserver.vm.box = 'Sliim/kali-2016.2-light-amd64'
teamserver.vm.box_check_update = false
teamserver.vm.box_download_checksum_type = 'sha256'
teamserver.vm.box_download_checksum = '5d455bf1cf8d7b2b4f3be7c4b3cc4315'\
'2ae5cfe09eaf4aaf30ac112aa6bd3b40'
Expand Down
1 change: 1 addition & 0 deletions targets/IMF.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-imf'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '402923677aac7c7060db32fcacf1a8e2'\
'609d0a85c088c5b584369364e04cfa2b'
Expand Down
1 change: 1 addition & 0 deletions targets/analougepond.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-analougepond'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '35c0eb7e2fcb57d4c017251c8de8bd1c'\
'905295be60e76f56da60c23feed1f92a'
Expand Down
1 change: 1 addition & 0 deletions targets/born2root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-born2root'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'd4971528897b8c9d0012b7e1adae0acd'\
'6f64d5f8c153575a97a7fac628711beb'
Expand Down
1 change: 1 addition & 0 deletions targets/bricks.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'bento/ubuntu-14.04'
target.vm.box_check_update = false

target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
Expand Down
1 change: 1 addition & 0 deletions targets/bulldog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-bulldog'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'a59b3a5d7672ad7c5aec39a11b696d7d'\
'670f3851471ed02de6b01e83a5b09860'
Expand Down
1 change: 1 addition & 0 deletions targets/covfefe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-covfefe'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '6b534f62ef31b575df56bf90ea0327e4'\
'69e6284183789136b21dcbef776a04da'
Expand Down
1 change: 1 addition & 0 deletions targets/csharp-vuln-json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-csharp-vuln-json'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'ad4a8b6b2cbbcc59ad96819a9551c4ed'\
'8ed52709b758fd1d7bb49ae9fa6a86f0'
Expand Down
1 change: 1 addition & 0 deletions targets/csharp-vuln-soap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-csharp-vuln-soap'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'dbf8cbedabe4dd82056c64bb6c41608b'\
'f4c959aeab04a8739e18e979192d70cb'
Expand Down
1 change: 1 addition & 0 deletions targets/dc416-baffle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-dc416-baffle'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '2579f2298685a39be3ffffc21323b87f'\
'23dcd7ec057f2bb3f0900f682cbd3b53'
Expand Down
1 change: 1 addition & 0 deletions targets/dc416-basement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-dc416-basement'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '693a6db896f00fa701d933c3798737e6'\
'56db24e9dac1de51f09f739e97c235cc'
Expand Down
1 change: 1 addition & 0 deletions targets/dc416-dick-dastardly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-dc416-dick-dastardly'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'e57eb5d3117a39aed0bfeacc1bf6e863'\
'd2e1b2b95a76884e7d2a72d650602d18'
Expand Down
2 changes: 2 additions & 0 deletions targets/debian-9.0.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'bento/debian-9.0'
target.vm.box_check_update = false

target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
v.customize ['modifyvm', :id, '--memory', 512]
Expand Down
1 change: 1 addition & 0 deletions targets/defence-space-ctf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-defence-space-ctf'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'dcf25110a3fe602c608b251b7d716295'\
'f0f1ac898c5a6e9b9d991ba54c7566cd'
Expand Down
1 change: 1 addition & 0 deletions targets/docker-host.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, _custom)
vconfig.vm.define 'docker-host', autostart: false do |target|
target.vm.box = 'debian/contrib-jessie64'
target.vm.box_check_update = false

target.vm.provider 'virtualbox' do |v|
v.gui = false
Expand Down
1 change: 1 addition & 0 deletions targets/dvwa.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'bento/ubuntu-14.04'
target.vm.box_check_update = false

target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
Expand Down
1 change: 1 addition & 0 deletions targets/fart-knocker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-fart-knocker'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '1a04bce9c0d03dfb3d96f53fd3dc0362'\
'26ee5554fb014c1a93aab5fbf3402bf8'
Expand Down
1 change: 1 addition & 0 deletions targets/gibson.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-gibson'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '7c2a9f803d9d07bb21e7b470b0bc28a4'\
'43763482aabf07849604c5eaf54ef0d3'
Expand Down
1 change: 1 addition & 0 deletions targets/gruyere.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'ubuntu/trusty32'
target.vm.box_check_update = false

target.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--name', "pentest-env-#{custom['name']}"]
Expand Down
1 change: 1 addition & 0 deletions targets/hackday-albania.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-hackday-albania'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '17c3e4f049a50288c581752631ccffa5'\
'caaae3a2059afb585f7f793268aed8ac'
Expand Down
1 change: 1 addition & 0 deletions targets/hackfest2016-orcus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-hackfest2016-orcus'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'fd8b2324ccd41e4d9da5e51421cde004'\
'c47b91573e2764aa20dc24db87996ca1'
Expand Down
1 change: 1 addition & 0 deletions targets/hackfest2016-quaoar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-hackfest2016-quaoar'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '855bcc5db53d0cddf03080ff607adb1a'\
'01addea3833ac68163a0dc46226c5677'
Expand Down
1 change: 1 addition & 0 deletions targets/hackfest2016-sedna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-hackfest2016-sedna'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '97488f04f5038a9d5411cbcdc82f79eb'\
'2d676d3b3387d8e4195894ac41dc96b0'
Expand Down
1 change: 1 addition & 0 deletions targets/hell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-hell'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '8df8b5dd8aec21666a508101fa94d931'\
'5c2e806a6bcbc0b9f5e5a4bc2bd2a8af'
Expand Down
1 change: 1 addition & 0 deletions targets/kevgir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-kevgir'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'e67714c11e7c9db7ca4427baf08746e8'\
'7fecfb92b635af174a3f666c39b53111'
Expand Down
1 change: 1 addition & 0 deletions targets/metasploitable2.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/metasploitable2'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '3112d99b89a322c77d8f76f8c42ba55f'\
'420db405757387b4730a487dc9934141'
Expand Down
1 change: 1 addition & 0 deletions targets/metasploitable3-trusty.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/metasploitable3-trusty'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'ed3bb5bfa1fef2b585a1748afa03ebf7'\
'2f7a1dad876d012ff42759b49447aea4'
Expand Down
1 change: 1 addition & 0 deletions targets/metasploitable3-win2008r2.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/metasploitable3-win2008r2'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'cae95fdba710d1c1e68539d9bb9acb07'\
'9b6935625bfba929b9de862155d07498'
Expand Down
1 change: 1 addition & 0 deletions targets/mmmctf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-mmmctf'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '7a0b3cb14a21c71ba90ad85005f76d8c'\
'46117e3c2ed4409789c00d2d77f3b314'
Expand Down
1 change: 1 addition & 0 deletions targets/mrrobot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-mrrobot'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'be655cc47644b03880e8739f66fabf16'\
'5ac171682bd11c0bb5f56030142fad89'
Expand Down
1 change: 1 addition & 0 deletions targets/owlnest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-owlnest'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '6fb96d7a030d9e8c8fc750892f959b4b'\
'b68d827eb8305937932cf4b0efd50bca'
Expand Down
1 change: 1 addition & 0 deletions targets/pipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-pipe'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'c350368320ce835c11cc2c35ba1c9287'\
'5aecddfff02a1e9b1296487530ffe9d7'
Expand Down
1 change: 1 addition & 0 deletions targets/primer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-primer'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = '342bb82ebce63a819575ba2f2b7a4a2d'\
'4fa53c70bd377076cdffbf9b3a0788f4'
Expand Down
1 change: 1 addition & 0 deletions targets/pwnlab-init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'Sliim/vulnhub-pwnlab-init'
target.vm.box_check_update = false
target.vm.box_download_checksum_type = 'sha256'
target.vm.box_download_checksum = 'c23fe5c0edb36b14ed15d8ab5ad014d5'\
'bda4abef0cc5ed8de770164bbf963081'
Expand Down
1 change: 1 addition & 0 deletions targets/rapid7-metasploitable3-ub1404.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def target(vconfig, custom)
vconfig.vm.define custom['name'], autostart: false do |target|
target.vm.box = 'rapid7/metasploitable3-ub1404'
target.vm.box_check_update = false
target.vm.hostname = 'metasploitable3-ub1404'
target.ssh.username = 'vagrant'
target.ssh.password = 'vagrant'
Expand Down
Loading

0 comments on commit 8c4deeb

Please sign in to comment.