Commit Graph

19 Commits

Author SHA1 Message Date
James Barnett
e12f4e39fe Merge branch 'master' into feature/build_with_packer 2017-06-13 15:23:26 -05:00
James Barnett
f8e3e4a7ff
Update resources for packer build
Only use one packer build file with both virtualbox and vmware defined.
Having multiple build files will make it difficult to keep things consistent.

Also update references in the build scripts to only build for virtualbox
by default.
2017-05-15 17:07:36 -05:00
PaterSiul
605fc21e3d Fix Archlinux detection
Archlinux doesn't seem to use DISTRIB_ID in os-release anymore.
https://www.freedesktop.org/software/systemd/man/os-release.html
lists no option as mandatory and ID seems like it could be stable.
2017-04-21 19:31:37 +02:00
Aaron Gallagher
1103561918 Print current vbox version if less than minimum version 2016-12-08 22:06:40 -08:00
James Barnett
31c480b435
Update build scripts for newly released versions of VirtualBox and Vagrant 2016-12-06 11:59:09 -06:00
James Barnett
153e8ff0b2
ACTUALLY fix the version error in bash build script. Fixes #49. 2016-11-17 13:29:04 -06:00
James Barnett
0c49aaad97
Made some improvements to bash build script. Updated README to indicate Vagrant but on 1.8.7 #43 2016-11-16 13:45:43 -06:00
Brent Cook
9265f4432c fix fallback 2016-11-16 02:35:31 -06:00
Brent Cook
2ebaeadf34 fix builds on Arch linux
This relaxes the Vagrant check to only check OS X, since Linux works fine. It
also checks for 'packer-io' first, since 'packer' is used by a differeht binary
by default when the packer package is used on Arch linux.
2016-11-16 01:02:58 -06:00
James Barnett
e61e271365
Update build scripts and README to indicate VirtualBox 5.1.6 is required and 5.1.8 does not work due to https://github.com/rapid7/metasploitable3/issues/41 2016-11-10 15:43:19 -06:00
James Barnett
fd18fcce89
Adjust the vagrant version requirement now that the WinRM connections have been increased. 2016-10-31 12:29:50 -05:00
James Barnett
0dfa31512e
Minor updates to build scripts. 2016-10-12 16:21:20 -05:00
James Barnett
292ef33f47
Remove even more debug code. 2016-09-27 15:07:04 -05:00
James Barnett
a31280285f
Remove debug code. 2016-09-27 15:06:06 -05:00
James Barnett
03e6c0aeeb
Add future-proof version checking to bash script. Fix a couple of text errors with Powershell script. 2016-09-27 14:57:51 -05:00
James Barnett
88c283c7bd
Add first attempt at the Windows build script.
Also made some tweaks to the Linux build script that were realized when working on the Windows version.
2016-09-22 15:20:07 -05:00
James Barnett
72596abf8d
Was using the incorrect version while testing. Changed to actual requirement. 2016-09-21 16:55:12 -05:00
James Barnett
766ed9e53d
Small text fixes to linux script. 2016-09-21 16:53:41 -05:00
James Barnett
3def6e6158
Add script to check requirements and build metasploitable3 if all are met. 2016-09-21 16:50:39 -05:00