forked from p15670423/monkey
Updated with 2008 r2 that can run the monkey
This commit is contained in:
parent
978918e5dd
commit
d9fbc12601
|
@ -41,6 +41,8 @@ Since island machine is built from custom AMI it already has the following crede
|
||||||
|
|
||||||
Administrator: %tPHGz8ZuQsBnEUgdpz!6f&elGnFy?;.
|
Administrator: %tPHGz8ZuQsBnEUgdpz!6f&elGnFy?;.
|
||||||
|
|
||||||
|
For windows_2008_r2 Administrator:AGE(MP..txL
|
||||||
|
|
||||||
The following machines does not download monkey automatically, so you'll have to manually check them:
|
The following machines does not download monkey automatically, so you'll have to manually check them:
|
||||||
|
|
||||||
- os_compat_kali_2019
|
- os_compat_kali_2019
|
||||||
|
@ -48,6 +50,7 @@ The following machines does not download monkey automatically, so you'll have to
|
||||||
- os_compat_oracle_7
|
- os_compat_oracle_7
|
||||||
- windows_2003_r2_32
|
- windows_2003_r2_32
|
||||||
- windows_2003
|
- windows_2003
|
||||||
|
- windows_2008_r2
|
||||||
|
|
||||||
A quick reference for usernames on different machines (if in doubt check official docs):
|
A quick reference for usernames on different machines (if in doubt check official docs):
|
||||||
- Ubuntu: ubuntu
|
- Ubuntu: ubuntu
|
||||||
|
|
|
@ -318,7 +318,7 @@ module "windows_2003" {
|
||||||
module "windows_2008_r2" {
|
module "windows_2008_r2" {
|
||||||
source = "./instance_template"
|
source = "./instance_template"
|
||||||
name = "windows_2008_r2"
|
name = "windows_2008_r2"
|
||||||
ami = "ami-b63c0aab"
|
ami = "ami-05af5509c2c73e36e"
|
||||||
ip = "10.0.0.8"
|
ip = "10.0.0.8"
|
||||||
env_vars = "${local.env_vars}"
|
env_vars = "${local.env_vars}"
|
||||||
user_data = "${local.user_data_windows_64}"
|
user_data = "${local.user_data_windows_64}"
|
||||||
|
|
Loading…
Reference in New Issue