Commit Graph

164 Commits

Author SHA1 Message Date
Kyle Gray (Noxferatu)
ef8fed0fd2 Merge pull request #65 from Centurion89/add_vmware_build_support
Adding Vagrant build support for VMWare
2017-01-12 10:30:08 -06:00
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
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
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
wchen-r7
516c94727c Up to date 2016-11-03 10:59:09 -05:00
wchen-r7
3b330046c0 Lower wampapache priv to LOCAL SERVICE 2016-11-03 10:58:43 -05:00
Erran Carey
a652b9ab1e Fix #33 - Ignore local build artifacts 2016-11-03 11:29:59 +00:00
Erran Carey
de6dbe0161 Merge pull request #35 from prateepb/update_readme
Update README.md
2016-11-03 11:27:12 +00:00
Prateep Bandharangshi
26a9038233 Update README.md
Vagrant 1.8.1 is no longer required
2016-11-03 10:48:41 +00:00
wchen-r7
7bb9e85ab4 update glassfish domain file 2016-11-02 17:49:04 -05:00
wchen-r7
6215d278d0 Fix GlassFish service start 2016-11-02 17:07:02 -05:00
wchen-r7
1fdd523c28 Update GlassFish
* the bat file must be run from cmd.exe otherwise the permissions
  won't set
* start_glaassfish.bat is no longer used
2016-11-02 15:22:47 -05:00
wchen-r7
a5e92a1ae7 Update update_ip.ps1 2016-11-02 15:08:30 -05:00
jbarnett-r7
1c5c3c865a Merge pull request #28 from rapid7/levels
Make difficulty configurable
2016-11-01 22:41:16 -05:00