Commit Graph

141 Commits

Author SHA1 Message Date
Chan9390 6901e885f1
Increased the sleep time in glassfish script #155 2017-06-28 11:15:15 +05:30
Matt Robinson 550140e51f
Fix typo in script
This is windows, not unix :)
2017-06-26 21:01:04 -04:00
James Barnett e12f4e39fe Merge branch 'master' into feature/build_with_packer 2017-06-13 15:23:26 -05:00
Chan9390 99cd396aba
Fixed the Ruby version to 2.3.3 #145 2017-05-29 18:37:33 +05:30
Chan9390 e487176a49
Corrected tomcat version 2017-05-20 15:27:24 +05:30
James Barnett 96c3e950e1
Building from packer working.
All of the software installation and configuration is occurring
on packer now. Vagrant just brings the box up and adjusts the firewall.
We probably want to do more configuration on the vagrant side to
make it more flexible, but this code is working so I wanted to
commit it.
2017-05-11 15:21:54 -05:00
James Barnett abe223ba44 Merge remote-tracking branch 'origin/master' into feature/build_with_packer 2017-05-02 15:44:49 -05:00
wchen-r7 e937c7055d Increase timeout by 5 for GlassFish, also rm unnecessary taskkill 2017-05-02 10:22:19 -05:00
jbarnett-r7 280e9e9fdd Merge pull request #96 from jikuja/PR
Fix glassfish
2017-04-11 14:02:19 -05:00
James Barnett f09ea0d648
Use canonical spelling for user names. Fixes #105 2017-04-03 11:30:58 -05:00
jbarnett-r7 8b1af132e1 Merge pull request #93 from a-garcia/Update_Elasticsearch's_initial_startup_time
Updated the initial startup time for Elasticsearch Fixes #73
2017-03-17 15:11:20 -05:00
Janne Kujanpää 1245a782bb Fix glassfish
This fix was in #65 but was removed from PR for some reason
2017-03-07 19:10:02 +02:00
James Barnett 1066317922
Update URL for WAMP download. Fixes #91 2017-03-06 17:05:28 -06:00
Arturo Garcia 448dbb007c Updated the initial startup time for Elasticsearch from 5 seconds to 30 seconds. 2017-03-05 08:45:08 -06:00
Nicholas Charron a076214362 Merged with upstream 2017-01-25 09:47:09 -05:00
Nicholas Charron 394d47f60f updating changes. still work in progress 2017-01-25 09:43:00 -05:00
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
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 acf5b4df2c Reverting my changes to glassfish and updating .gitignore 2016-12-28 16:48:33 -06:00
wchen-r7 1c9a59437b Fix a typo 2016-12-16 09:45:15 -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
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 1db87e68d0 Added windows-shell provisioning along with inline powershell for choco and some restarts 2016-11-20 11:20:14 -05:00
Nicholas Charron e3423802b9 Removed .DS_Store 2016-11-19 15:09:41 -05:00
Nicholas Charron ebfa4b71f2 Will install dotnetfx4.0 and choco with packer. WARNING STILL WIP 2016-11-19 15:03:43 -05: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
wchen-r7 3b330046c0 Lower wampapache priv to LOCAL SERVICE 2016-11-03 10:58:43 -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 6459f74bda Can't delete WinRM 2016-11-01 14:14:28 -05:00
wchen-r7 c9a4f9b6fd Add bat file to disable the firewall 2016-10-28 16:24:37 -05:00
Brent Cook 3acf75869c
Land #26, Update firewall rules to be more strict 2016-10-28 12:01:44 -05:00
wchen-r7 11459538d2 Correct WinRM port 2016-10-28 11:50:16 -05:00
wchen-r7 94c83caae1 Block WinRM 2016-10-28 11:49:05 -05:00
wchen-r7 9353c190ef Block MySQL too 2016-10-28 11:41:53 -05:00
wchen-r7 c8e5f09152 Block port 3389 2016-10-28 11:16:20 -05:00
Brent Cook f76d62163f
Land #25, Update GlassFish service permission 2016-10-28 03:25:11 -05:00
Brent Cook 52adfdde4f
Land #24, Hide users except Vagrant 2016-10-28 03:24:40 -05:00
Brent Cook 9e0c4a92ec
Land #22, Add ElasticSearch to Metasploitable3 2016-10-28 03:23:53 -05:00
wchen-r7 c6d1d57e6f Update firewall rules to be more strict 2016-10-27 16:29:44 -05:00
wchen-r7 1dcc9bb505 Update GlashFish service permission 2016-10-27 14:55:44 -05:00
wchen-r7 fa27136b11 Hide users except Vagrant 2016-10-26 18:32:36 -05:00
wchen-r7 2d9a7050fc Resolve merge conflict for Vagrantfile 2016-10-26 17:04:21 -05:00
wchen-r7 cc3b216153 Resolve merge conflict in firewall settings 2016-10-26 13:44:54 -05:00
wchen-r7 d2ee018159 Add ElasticSearch to Metasploitable3 2016-10-26 13:33:56 -05:00
wchen-r7 5711ad8e29 Add common backdoors 2016-10-25 14:48:21 -05:00
wchen-r7 f922e97b2b Add SNMP setup script 2016-10-25 10:00:30 -05:00
wchen-r7 130a7d4997 Correct firewall rule name 2016-10-25 09:59:10 -05:00
jbarnett-r7 b14324382b Merge pull request #17 from rapid7/manageengine
Add ManageEngine Desktop Central Vuln to Metasploitable3
2016-10-24 16:17:39 -05:00
jbarnett-r7 fa17d3f428 Merge pull request #14 from rapid7/queen_of_hearts
Add Queen of Hearts to Metasploitable3
2016-10-24 15:14:27 -05:00
jbarnett-r7 931f434977 Merge pull request #16 from rapid7/apache_webdav
Add WebDAV for Metasploitable3
2016-10-24 13:13:06 -05:00
wchen-r7 26545cbd68 Add ManageEngine Desktop Central Vuln to Metasploitable3 2016-10-21 18:28:21 -05:00
wchen-r7 6f1ec944c5 Add WebDAV 2016-10-19 16:43:10 -05:00
wchen-r7 141fc287af Add Axis2 vulnerability for Metasploitable3 2016-10-19 13:48:40 -05:00
wchen-r7 d185666205 Add Queen of Hearts to Metasploitable3 2016-10-18 17:50:36 -05:00
wchen-r7 9eef3f9b6b Add MySQL remote access for Metasploitable3 2016-10-13 14:15:04 -05:00
jbarnett-r7 c6adaaeefc Merge pull request #10 from rapid7/2015_3224
Add CVE-2105-3224 vuln to Metasploitable3
2016-10-12 16:51:01 -05:00
wchen-r7 3223bf0c15 Open up port 3000 2016-10-09 02:57:43 -05:00
wchen-r7 cbf8765072 Start rails task 2016-10-09 02:45:24 -05:00
wchen-r7 efeb63dcda Add rails vuln CVE-2015-3224 to Metasploitable3 2016-10-08 01:12:11 -05:00
James Barnett b7e0d8fc70
Forgot to add file for setting up the FTP site. 2016-10-06 11:05:19 -05:00
James Barnett 27f8109170
Enable FTP on IIS for uploaded backdoors. 2016-10-05 17:25:11 -05:00
James Barnett d3c7193a31
Remove old debug comments. 2016-09-30 16:22:01 -05:00
wchen-r7 c4abe9c540 Resolve merge conflicts 2016-09-29 17:12:08 -05:00
wchen-r7 7c202263b0 auto update wordpress IP 2016-09-29 16:30:31 -05:00
James Barnett 05d1a67277
Update JMX to use a vulnerable version of openjdk6. 2016-09-29 13:52:37 -05:00
James Barnett 90e22affef
Update JMX to use OpenJDK6. 2016-09-28 17:25:17 -05:00
wchen-r7 1e302d1c6a Merge branch 'master' into demo 2016-09-28 15:57:00 -05:00
wchen-r7 fccf46a3c3 Update schtasks syntax 2016-09-28 15:35:46 -05:00
wchen-r7 9caa2a8c16 Allow update_wp_db script to run automatically on startup 2016-09-28 04:11:00 -05:00
wchen-r7 ef21f99a25 Add Wordpress vuln 2016-09-28 04:03:32 -05:00
James Barnett 14eb9bbeaa Revert "Remove jmx vulnerability until licensing is figured out."
This reverts commit 593bae2a6a.
2016-09-27 16:14:36 -05:00
wchen-r7 720ca04a0c Fix wamp download link 2016-09-26 17:17:12 -05:00
wchen-r7 6d8abcee41 Add Ace of Hearts 2016-09-23 11:54:07 -05:00
wchen-r7 5486e3826d Hide files first before changing permissions 2016-09-23 11:33:30 -05:00
wchen-r7 8f19625606 Resolve merge conflict for Vagrantfile 2016-09-22 14:27:20 -05:00
wchen-r7 3d69785a2e Update flags 2016-09-22 13:21:30 -05:00
wchen-r7 32121b1a09 Progress 2016-09-21 16:29:25 -05:00
James Barnett 502a642d32
Some touch ups to the WAMP install. 2016-09-21 14:32:27 -05:00
wchen-r7 9634e1cea9 Progress on flags 2016-09-16 11:01:57 -05:00
James Barnett eaa36eeeb6
VC2008 and Wamp successfully installing. 2016-09-15 16:34:31 -05:00
James Barnett eddf5cd921
Ensure all services start on reboot. 2016-09-15 13:25:04 -05:00
James Barnett 593bae2a6a
Remove jmx vulnerability until licensing is figured out. 2016-09-07 15:22:29 -05:00
wchen-r7 d013bfaa45 Add JMX vuln 2016-09-06 12:12:44 -05:00
wchen-r7 f58f163dc4 start up jenkins as a service via powershell 2016-08-31 17:50:48 -05:00
wchen-r7 1b0324df4e use exe to start the jenkins service 2016-08-31 12:22:33 -05:00
James Barnett e100d7b13e
Initial commit. 2016-08-30 10:53:02 -05:00