packer-malware icon indicating copy to clipboard operation
packer-malware copied to clipboard

Some Correction and an Issue to launch

Open JohnnyC4sh opened this issue 9 years ago • 2 comments

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

JohnnyC4sh avatar Sep 30 '15 09:09 JohnnyC4sh

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 avatar Sep 30 '15 22:09 m-dwyer

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

m-dwyer avatar Oct 01 '15 09:10 m-dwyer