Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Correction and an Issue to launch #1

Open
JohnnyC4sh opened this issue Sep 30, 2015 · 2 comments
Open

Some Correction and an Issue to launch #1

JohnnyC4sh opened this issue Sep 30, 2015 · 2 comments

Comments

@JohnnyC4sh
Copy link

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

  1. Install packer:
    https://www.packer.io/downloads.html

  2. 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 :(

@m-dwyer
Copy link
Owner

m-dwyer commented Sep 30, 2015

I'm not sure which version of Vagrant you are using, however your syntax to add the box differs to mine. I'm using:

vagrant box add boxes/debian820.box --name=debian820
vagrant box add boxes/win10victim.box --name=win10victim

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.

@m-dwyer
Copy link
Owner

m-dwyer commented Oct 1, 2015

Here's what I'm running on my system:
packer-io 0.8.5-1
virtualbox 5.0.4-1
vagrant 1.7.4-3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants