Commit Graph

224 Commits

Author SHA1 Message Date
James Barnett
3fbc4b42d4
Add the Oracle root CA during packer build to fix failures caused by expired Oracle certificate in guest additions. Fixes #75 2017-01-11 15:05:32 -06:00
jbarnett-r7
16ff6de74f Merge pull request #79 from infosec-intern/exactmatch_fix
Fix VirtualBox version check in PowerShell build script
2017-01-11 12:03:11 -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
jbarnett-r7
4ad1fa6626 Merge pull request #77 from adricnet/patch-1
glassfish install: Enable overwriting in 7Zip
2017-01-09 13:30:22 -06:00
Brent Cook
b867d50773 Remove warnings about packages fixed upstream 2017-01-04 10:48:36 -06:00
Adric Net
5130f491d1 glassfish install: Enable overwriting in 7Zip
This has proved very helpful when troubleshooting builds. Without it the second time this script runs it hangs waiting for input to 7zip like this:
```
   default: Running: scripts/installs/install_boxstarter.bat as c:\tmp\vagrant-shell.bat
==> default: C:\Windows\system32>mkdir C:\glassfish 
==> default: 
==> default: A subdirectory or file C:\glassfish already exists.
==> default: 
==> default: C:\Windows\system32>powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip', 'C:\Windows\Temp\glassfish4.zip')"  0<NUL 
==> default: C:\Windows\system32>cmd /c ""C:\Program Files\7-Zip\7z.exe" x "C:\Windows\Temp\glassfish4.zip" -oC:\glassfish" 
==> default: 
==> default: 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
==> default: 
==> default: Scanning the drive for archives:
==> default: 1 file, 102178360 bytes (98 MiB)
==> default: 
==> default: Extracting archive: C:\Windows\Temp\glassfish4.zip
==> default: --
==> default: Path = C:\Windows\Temp\glassfish4.zip
==> default: Type = zip
==> default: Physical Size = 102178360
==> default: 
==> default: 
==> default: Would you like to replace the existing file:
==> default:   Path:     C:\glassfish\glassfish4\bin\asadmin
==> default:   Size:     2274 bytes (3 KiB)
==> default:   Modified: 2013-05-14 22:08:54
==> default: with the file from archive:
==> default:   Path:     glassfish4\bin\asadmin
==> default:   Size:     2274 bytes (3 KiB)
==> default:   Modified: 2013-05-14 22:08:54
==> default: ? (Y)es / (N)o / (A)lways / (S)kip all / A(u)to rename all / (Q)uit? 
```
2016-12-30 09:57:58 -05:00
Chris Long
ff0d4f338b Merge branch 'add_vmware_build_support' of github.com:centurion89/metasploitable3 into add_vmware_build_support 2016-12-28 16:50:32 -06:00
Chris Long
acf5b4df2c Reverting my changes to glassfish and updating .gitignore 2016-12-28 16:48:33 -06:00
wchen-r7
a37af8a287 Merge branch 'master' of github.com:rapid7/metasploitable3 2016-12-16 09:45:25 -06:00
wchen-r7
1c9a59437b Fix a typo 2016-12-16 09:45:15 -06:00
Chris Long
3e2df8cbfa Update start_glassfish_service.bat 2016-12-14 11:35:29 -08:00
James Barnett
abe6fc6726
Increase memory for VM to 4GB. Update README to reflect this. 2016-12-13 16:26:36 -06:00
Chris Long
21634baa36 Adding Vagrant build support for VMWare 2016-12-11 20:26:22 -08:00
James Barnett
6107acc62e
Add an issue template. 2016-12-09 16:01:03 -06: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
84917b6aa4
Merge branch 'master' of github.com:rapid7/metasploitable3
Fix merge conflicet in README
2016-12-05 10:47:58 -06:00
James Barnett
01d4019f3f
Add system requirements to README` 2016-12-05 10:38:49 -06:00
wchen-r7
decc727fee Update seven of flags 2016-12-05 03:28:36 -06:00
wchen-r7
3cd1ae0c4c Add seven of hearts 2016-12-05 03:07:37 -06:00
wchen-r7
56e2109d9d Add King of Clubs 2016-12-03 03:43:24 -06:00
sinn3r
e2cecb6c68 Update README.md 2016-11-23 11:08:34 -06:00
sinn3r
312903835d Update README.md 2016-11-23 11:05:37 -06:00
jbarnett-r7
f04cb88913 Add system requirements to README 2016-11-21 14:31:16 -06:00
Nicholas Charron
663016015f Fix for FTP script copy 2016-11-20 12:16:25 -05:00
Nicholas Charron
b4f7eecd85 Forgot a file... 2016-11-20 11:36:37 -05:00
Nicholas Charron
1c15026838 Added windows-shell provisioning along with inline powershell for choco and some restarts 2016-11-20 11:21:44 -05:00
Nicholas Charron
1db87e68d0 Added windows-shell provisioning along with inline powershell for choco and some restarts 2016-11-20 11:20:14 -05:00
ncharron
32751a648a Update README.md 2016-11-19 15:22:26 -05:00
ncharron
060b3a66db Update README.md 2016-11-19 15:21:44 -05:00
Nicholas Charron
d9d622ed1c Fixed Indent 2016-11-19 15:12:05 -05:00
Nicholas Charron
e3423802b9 Removed .DS_Store 2016-11-19 15:09:41 -05:00
Nicholas Charron
51bc6c0930 Change to .gitignore 2016-11-19 15:04:52 -05:00
Nicholas Charron
ebfa4b71f2 Will install dotnetfx4.0 and choco with packer. WARNING STILL WIP 2016-11-19 15:03:43 -05: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
021da2f57a
Fix typos. 2016-11-17 10:05:29 -06:00
James Barnett
7252c4481a
Formatting in the README. 2016-11-16 13:53:08 -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
jbarnett-r7
8c1c58b809 Merge pull request #44 from bcook-r7/arch-fixes
fix builds on Arch linux
2016-11-16 12:00:30 -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
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
2fd6a8f9f1
Use environment variable for setting difficulty. 2016-11-08 15:02:26 -06:00
wchen-r7
2211b516f5 Avoid using any libs for option parsing 2016-11-08 14:50:26 -06:00
wchen-r7
b67f807f25 Use optparse 2016-11-08 14:30:35 -06:00
James Barnett
de48f797a6
Fix syntax error in Windows build script. Fixes issue #34 2016-11-07 10:50:48 -06:00
wchen-r7
3bc0650a9e Add ten of diamonds 2016-11-04 16:38:11 -05:00
wchen-r7
3632b89b31 Make ManageEngine run as LOCAL SERVICE 2016-11-03 22:55:08 -05:00
sinn3r
b2f304e83f Merge pull request #36 from rapid7/issue-33/ignore-build-artifacts
Fix #33 - Ignore local build artifacts
2016-11-03 11:00:26 -05:00