mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Update Vagrantfile
This commit is contained in:
parent
61338d4929
commit
979f46a2c6
1 changed files with 1 additions and 1 deletions
2
build_your_own_lab/websploit/Vagrantfile
vendored
2
build_your_own_lab/websploit/Vagrantfile
vendored
|
@ -4,7 +4,7 @@
|
|||
Vagrant.configure("2") do |config|
|
||||
|
||||
#Box settings
|
||||
config.vm.box = "offensive-security/kali-linux"
|
||||
config.vm.box = "kalilinux/rolling"
|
||||
|
||||
# Example for VirtualBox:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue