We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e5a7c commit cb3a7caCopy full SHA for cb3a7ca
1 file changed
src/lib/share/constants.ts
@@ -34,13 +34,13 @@ export const ATTACKER_PORT = "22";
34
// // Client01 (aka MS01) Browser Viewing
35
// // - Internal (172.16.242.173)
36
37
-export const AD_DOMAIN_NAME = "oscp.exam" //updated
+export const AD_DOMAIN_NAME = "OSCP.EXAM" //updated
38
39
export const MS01_username = "r.andrews"; // updated
40
export const MS01_password = "BusyOfficeWorker890"; //updated
41
42
export const MS01_IP_EXT = "192.168.123.206"; //updated
43
-export const MS01_IP_INT = "172.16.242.173";
+export const MS01_IP_INT = "172.16.123.206"; // updated
44
export const MS01_FORWARD_PORT_1 = "80"; // To download <u>PowerCat</u>
45
export const MS01_FORWARD_PORT_2 = "4444"; // To open <u>reverse shell</u>
46
0 commit comments