Skip to content

Commit 1ccad58

Browse files
author
tkokhing
committed
update constant
1 parent 7ab7489 commit 1ccad58

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/lib/share/constants.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,23 @@ export const ATTACKER_PORT = "22";
3636

3737
export 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
4343
export const MS01_IP_INT = "172.16.242.173";
4444
export const MS01_FORWARD_PORT_1 = "80"; // To download <u>PowerCat</u>
4545
export 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
5152
export 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
5556
export const DC01_PORT_FORWARD = "4442";
5657

5758
export const AD_ATTACKER_IP = ATTACKER_IP;

0 commit comments

Comments
 (0)