Skip to content

Commit cb3a7ca

Browse files
author
tkokhing
committed
for AD
1 parent f8e5a7c commit cb3a7ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/share/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ export const ATTACKER_PORT = "22";
3434
// // Client01 (aka MS01) Browser Viewing
3535
// // - Internal (172.16.242.173)
3636

37-
export const AD_DOMAIN_NAME = "oscp.exam" //updated
37+
export const AD_DOMAIN_NAME = "OSCP.EXAM" //updated
3838

3939
export const MS01_username = "r.andrews"; // updated
4040
export const MS01_password = "BusyOfficeWorker890"; //updated
4141

4242
export const MS01_IP_EXT = "192.168.123.206"; //updated
43-
export const MS01_IP_INT = "172.16.242.173";
43+
export const MS01_IP_INT = "172.16.123.206"; // updated
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

0 commit comments

Comments
 (0)