Commit Graph

13 Commits

Author SHA1 Message Date
James Barnett
520c0564be Build Linux VM in packer.
This makes some other changes:
* Moves packer related files to packer directory.
* Updates build scripts for new packer directory.
* Renames boxes to metasploitabl3-<OS>
2017-07-31 15:48:27 -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
Pearce Barry
8dda67eff1
Enhanced VBox version check error msgs for PS. 2017-03-06 08:28:04 -06:00
Thomas Gardner
4d43b5793a removed leading dash from exactMatch on line 37
this is in response to issue #78 "build_win2008.ps1 Failing version check"
exactMatch sends the string "--exactMatch" to the CompareVersions function instead of $False
2017-01-09 21:58:03 -06: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
5d0fb4acbc
Fix logic error in Windows build script. Fixes #42 2016-11-15 12:58:31 -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
de48f797a6
Fix syntax error in Windows build script. Fixes issue #34 2016-11-07 10:50:48 -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
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
933843fba3
Fix some bugs in the PowerShell build script and add better error handling so it doesnt print "Successful" when the build fails. 2016-09-27 10:55:41 -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