Commit Graph

229 Commits

Author SHA1 Message Date
Chan9390
f31f99d49b
Updated create_users.rb 2017-07-19 16:10:43 +05:30
Chan9390
36d99c45d3
Added IIS, psexec and winrm tests 2017-07-07 18:46:43 +05:30
Chan9390
e90d1b1163
Added port checking 2017-07-07 17:50:21 +05:30
Chan9390
b95eec973f
Initial test scripts 2017-07-06 08:55:40 +05:30
jbarnett-r7
262f34dd19 Merge pull request #156 from rapid7/glassfish-patch1
Increased the sleep time in glassfish script #155
2017-06-28 15:02:13 -05:00
Chan9390
6901e885f1
Increased the sleep time in glassfish script #155 2017-06-28 11:15:15 +05:30
Chandrapal
1ecef599ed Merge pull request #154 from brimstone/fix-typo
Fix typo in apache struct installer
2017-06-27 10:57:59 +05:30
Matt Robinson
550140e51f
Fix typo in script
This is windows, not unix :)
2017-06-26 21:01:04 -04:00
Chandrapal
e23c127bf9 Merge pull request #153 from busterb/patch-1
Update packer link
2017-06-26 20:37:39 +05:30
Brent Cook
0109b3fda9 Update packer link 2017-06-26 08:28:19 -05:00
Chandrapal
55d321ac6d Merge pull request #140 from rapid7/feature/build_with_packer
Move Building to Packer
2017-06-23 21:41:01 +05:30
Chan9390
3ff1bc8b45
Added winrm retry_limit and retry_delay 2017-06-22 06:12:30 +05:30
James Barnett
e12f4e39fe Merge branch 'master' into feature/build_with_packer 2017-06-13 15:23:26 -05:00
jbarnett-r7
e8f4bb24a7 Merge pull request #146 from rapid7/ruby_version
Fixed the Ruby version to 2.3.3 #145
2017-05-31 16:05:10 -05:00
Chan9390
99cd396aba
Fixed the Ruby version to 2.3.3 #145 2017-05-29 18:37:33 +05:30
James Barnett
c4977eea3b
Add "pro" version.
This separates out a "pro" version that builds almost everything
in Vagrant. This version will be used for customizability so
you can build with only specific services. The mainline files
will continue to be used to bring the system up with as little
friction as possible.
2017-05-25 14:31:39 -05:00
jbarnett-r7
032532edb6 Merge pull request #139 from Chan9390/patch-1
Removed executable file permission
2017-05-25 12:59:12 -05:00
jbarnett-r7
4d0d58455d Merge pull request #144 from rapid7/issue_template
Updated issue_template.md
2017-05-23 17:41:25 -05:00
jbarnett-r7
cfd58c846c Merge pull request #142 from rapid7/tomcat
Corrected tomcat version
2017-05-23 17:40:18 -05:00
Chan9390
a5ed120ae9
Updated issue_template.md 2017-05-21 22:33:48 +05:30
Chan9390
e487176a49
Corrected tomcat version 2017-05-20 15:27:24 +05:30
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
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
4ca2e7c292
Install software during packer build instead of vagrant. 2017-05-08 16:45:05 -05:00
Chan9390
f456cab431
Removed executable file permission 2017-05-08 22:04:35 +05:30
James Barnett
85c9eea665
WIP: AUTOUNATTEND updates to get it building.
Still seeing issues when provisioning.
2017-05-03 11:57:25 -05:00
James Barnett
abe223ba44 Merge remote-tracking branch 'origin/master' into feature/build_with_packer 2017-05-02 15:44:49 -05:00
jbarnett-r7
5887a4c02f Merge pull request #137 from PaterSiul/master
Fix Archlinux detection
2017-05-02 15:09:30 -05:00
jbarnett-r7
b16fc99470 Update README.md
Indicate Vagrant 1.9.1 is recommended.
2017-05-02 11:40:20 -05:00
wchen-r7
e937c7055d Increase timeout by 5 for GlassFish, also rm unnecessary taskkill 2017-05-02 10:22:19 -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
jbarnett-r7
f5786dde31 Merge pull request #94 from pbarry-r7/vbox_ver_check_in_powershell
Enhanced VBox version check error msgs for PS.
2017-04-13 16:32:24 -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
James Barnett
50a8a91c71 Revert "Merge branch 'docker_vuln'"
This reverts commit 7f77216223, reversing
changes made to 8b1af132e1.
2017-04-03 10:43:43 -05:00
James Barnett
7f77216223 Merge branch 'docker_vuln' 2017-03-30 15:27:41 -05:00
James Barnett
9f20618e2a
Add docker and compat_resource cookbooks. 2017-03-30 15:26:04 -05:00
Sliim
dbe3947d22 linux: add docker_daemon_privilege_escalation
Install docker from the community cookbook and add some users in the
docker group from attributes.
I created the `attributes/default.rb` attribute file to configure which
users are added in the `docker` group. I suggest to put all configurable
values here, such as users, passwords etc..
2017-03-25 12:41:46 +01:00
James Barnett
5d36ad0306
Fix typo in proftpd recipe header 2017-03-24 15:31:47 -05:00
James Barnett
6549e398bc
Add new vuln for proftpd mod_copy 2017-03-23 13:06:48 -05:00
James Barnett
3566e9f009
Add php 5.4.5 and phpmyadmin 3.5.8 2017-03-21 13:50:39 -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
James Barnett
8ae68cb895
Remove unused file. 2017-03-13 17:35:51 -05:00
James Barnett
4d6c47efda
Add shellshock vulnerability exploitable through Apache mod_cgi. 2017-03-13 17:34:45 -05:00
James Barnett
ffed818290
Do an apt-get update before installing mysql. 2017-03-13 17:33:17 -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
Pearce Barry
b2c9443a5c
Land #61, Print current vbox version if less than minimum version 2017-03-06 08:56:16 -06:00
Pearce Barry
8dda67eff1
Enhanced VBox version check error msgs for PS. 2017-03-06 08:28:04 -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