File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,22 +36,23 @@ export const ATTACKER_PORT = "22";
3636
3737export const AD_DOMAIN_NAME = "CAR_DOMAIN"
3838
39- export const MS01_username = "this_AD_user" ;
40- export const MS01_password = "this_AD_password" ;
39+ export const MS01_username = "r.andrews" ; // updated
40+ export const MS01_password = "BusyOfficeWorker890" ; //updated
4141
42- export const MS01_IP_EXT = "192.168.118.173" ;
42+ export const MS01_IP_EXT = "192.168.123.206" ; //updated
4343export const MS01_IP_INT = "172.16.242.173" ;
4444export const MS01_FORWARD_PORT_1 = "80" ; // To download <u>PowerCat</u>
4545export const MS01_FORWARD_PORT_2 = "4444" ; // To open <u>reverse shell</u>
4646
4747
4848// // WEB01 (aka MS02) Terminal
4949// // - Internal (172.16.242.176)
50- export const MS02_IP_INT = "172.16.242.176" ;
50+ //updated
51+ export const MS02_IP_INT = "172.16.123.202" ; //updated
5152export const MS02_PORT_FORWARD = "4443" ;
5253
53-
54- export const DC01_IP = "172.16.242.162" ;
54+ //updated
55+ export const DC01_IP = "172.16.123.200" ; //updated
5556export const DC01_PORT_FORWARD = "4442" ;
5657
5758export const AD_ATTACKER_IP = ATTACKER_IP ;
You can’t perform that action at this time.
0 commit comments