You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ vagrant up debian820
The machine with the name 'debian820' was not found configured for
this Vagrant environment.
Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3
Unable to launch :(
The text was updated successfully, but these errors were encountered:
Are you able to try the above and see if the boxes are successfully added? There is also a Vagrant file in the root of the repository now too which includes both boxes, so once you've added the boxes above, put Vagrantfile in your working directory and 'vagrant up d', 'vagrant up v' to bring up both the debian and windows 10 victim machines respectively.
EDIT: I just noticed you also tried the vagrant box add commands above. What is the Packer output? are the box files generates in the boxes/ directory?
I'm on Arch, which is using VirtualBox 5.0.4-1. Once home, I'll check and confirm my Vagrant and Packer versions.
Here the steps i followed :
First of all : My config is Ubuntu 14.04 with virtualbox from website : version 5.0.4
git clone https://github.com/m-dwyer/packer-malware.git
Install packer:
https://www.packer.io/downloads.html
Config & launch packer-malware
packer build debian-8.2.0-amd64.json
packer build windows-10-victim.json
vagrant box add boxes/debian820.box --name=debian820
==> NOK syntax...
Did instead :
vagrant box add debian820 boxes/debian820.box
vagrant box add win10victim boxes/win10victim.box
Then i needed to do a :
vagrant init
$ vagrant up debian820
The machine with the name 'debian820' was not found configured for
this Vagrant environment.
Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3
Unable to launch :(
The text was updated successfully, but these errors were encountered: