metasploitable3/scripts/installs
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
..
chocolatey.cmd Initial commit. 2016-08-30 10:53:02 -05:00
install_backdoors.bat Add common backdoors 2016-10-25 14:48:21 -05:00
install_boxstarter.bat Initial commit. 2016-08-30 10:53:02 -05:00
install_chocolatey.ps1 Initial commit. 2016-08-30 10:53:02 -05:00
install_devkit.bat Add rails vuln CVE-2015-3224 to Metasploitable3 2016-10-08 01:12:11 -05:00
install_elasticsearch.bat Add ElasticSearch to Metasploitable3 2016-10-26 13:33:56 -05:00
install_flags.bat Fix a typo 2016-12-16 09:45:15 -06:00
install_manageengine.bat Make ManageEngine run as LOCAL SERVICE 2016-11-03 22:55:08 -05:00
install_openjdk6.bat Update JMX to use a vulnerable version of openjdk6. 2016-09-29 13:52:37 -05:00
install_rails_server.bat Add rails vuln CVE-2015-3224 to Metasploitable3 2016-10-08 01:12:11 -05:00
install_rails_service.bat Start rails task 2016-10-09 02:45:24 -05:00
install_ruby.bat Add rails vuln CVE-2015-3224 to Metasploitable3 2016-10-08 01:12:11 -05:00
install_wamp.bat Lower wampapache priv to LOCAL SERVICE 2016-11-03 10:58:43 -05:00
install_wordpress.bat auto update wordpress IP 2016-09-29 16:30:31 -05:00
openssh.ps1 Initial commit. 2016-08-30 10:53:02 -05:00
setup_apache_struts.bat Ensure all services start on reboot. 2016-09-15 13:25:04 -05:00
setup_axis2.bat Add Axis2 vulnerability for Metasploitable3 2016-10-19 13:48:40 -05:00
setup_ftp_site.bat Forgot to add file for setting up the FTP site. 2016-10-06 11:05:19 -05:00
setup_glassfish.bat glassfish install: Enable overwriting in 7Zip 2016-12-30 09:57:58 -05:00
setup_iis.bat Enable FTP on IIS for uploaded backdoors. 2016-10-05 17:25:11 -05:00
setup_jenkins.bat Ensure all services start on reboot. 2016-09-15 13:25:04 -05:00
setup_jmx.bat Update JMX to use OpenJDK6. 2016-09-28 17:25:17 -05:00
setup_mysql.bat Add MySQL remote access for Metasploitable3 2016-10-13 14:15:04 -05:00
setup_rails_server.bat Add rails vuln CVE-2015-3224 to Metasploitable3 2016-10-08 01:12:11 -05:00
setup_snmp.bat Add SNMP setup script 2016-10-25 10:00:30 -05:00
setup_webdav.bat Add WebDAV 2016-10-19 16:43:10 -05:00
start_glassfish_service.bat Ensure all services start on reboot. 2016-09-15 13:25:04 -05:00
start_wamp.bat Some touch ups to the WAMP install. 2016-09-21 14:32:27 -05:00
vm-guest-tools.bat Initial commit. 2016-08-30 10:53:02 -05:00