Skip to content

Commit f61bbd4

Browse files
author
tkokhing
committed
Build up notes on more AD, defined more constants for sync
1 parent a8397e1 commit f61bbd4

1 file changed

Lines changed: 33 additions & 16 deletions

File tree

src/lib/share/constants.ts

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export const REPO_NAME = ""; // for future expansion use
66
export const T_ANI_GIF_URL = `${LOGO_PATH}/tkokhing.gif`;
77
export const TKOKHING_LOGO_SVG_URL = `${LOGO_PATH}/tkokhing.svg`;
88

9-
10-
119
// AD Setup
1210

1311
// export const MS01_IP_EXT = "192.168.118.173";
@@ -20,41 +18,58 @@ export const TKOKHING_LOGO_SVG_URL = `${LOGO_PATH}/tkokhing.svg`;
2018
// // // EncodedText for SCSHELL
2119
// export const EncodedText = "encoded_text_for_scshell"
2220

23-
2421
// export const MS02_IP_INT = "172.16.242.176";
2522
// export const MS02_PORT_FORWARD = "4443";
2623

2724
// export const DC01_IP = "172.16.242.162";
2825
// export const DC01_PORT_FORWARD = "4442";
2926

27+
// ---------------------------- Attacker ----------------------------
28+
// export const ATTACKER_IP = "192.168.49.123"; //updated
3029

31-
export const ATTACKER_IP = "192.168.49.123"; //updated
30+
export const ATTACKER_IP = "192.162.118.10"; //Vixx
3231
export const ATTACKER_PORT = "22";
3332

33+
// ---------------------------- AD Domain Name ----------------------------
34+
// export const AD_DOMAIN_NAME = "OSCP.EXAM" //updated
35+
export const AD_DOMAIN_NAME = "CAR.TOON" //mine
36+
37+
// ---------------------------- Client01 aka MS01 ----------------------------
38+
3439
// // Client01 (aka MS01) Browser Viewing
3540
// // - Internal (172.16.242.173)
41+
// export const MS01_username = "r.andrews"; // updated
42+
// export const MS01_password = "BusyOfficeWorker890"; //updated
43+
export const MS01_username = "his_username"; // updated
44+
export const MS01_password = "his_password"; //updated
3645

37-
export const AD_DOMAIN_NAME = "OSCP.EXAM" //updated
38-
39-
export const MS01_username = "r.andrews"; // updated
40-
export const MS01_password = "BusyOfficeWorker890"; //updated
46+
// export const MS01_IP_EXT = "192.168.123.206"; //updated
47+
// export const MS01_IP_INT = "172.16.123.206"; // updated
48+
export const MS01_IP_EXT = "192.168.118.173"; //Vixx
49+
export const MS01_IP_INT = "172.16.242.173"; //Vixx
4150

42-
export const MS01_IP_EXT = "192.168.123.206"; //updated
43-
export const MS01_IP_INT = "172.16.123.206"; // updated
4451
export const MS01_FORWARD_PORT_1 = "80"; // To download <u>PowerCat</u>
4552
export const MS01_FORWARD_PORT_2 = "4444"; // To open <u>reverse shell</u>
4653

4754

55+
// ---------------------------- WEB01 aka MS02 ----------------------------
4856
// // WEB01 (aka MS02) Terminal
4957
// // - Internal (172.16.242.176)
5058
//updated
51-
export const MS02_IP_INT = "172.16.123.202"; //updated
59+
// export const MS02_IP_INT = "172.16.123.202"; //updated
60+
export const MS02_IP_INT = "172.16.242.176"; //Vixx
5261
export const MS02_PORT_FORWARD = "4443";
5362

63+
64+
// ---------------------------- DC01 aka DC01 ----------------------------
5465
//updated
55-
export const DC01_IP = "172.16.123.200"; //updated
66+
// export const DC01_IP = "172.16.123.200"; //updated
67+
export const DC01_IP = "172.16.242.162"; //Vixx
5668
export const DC01_PORT_FORWARD = "4442";
5769

70+
71+
// ---------------------------- AD Attacker ----------------------------
72+
5873
export const AD_ATTACKER_IP = ATTACKER_IP;
5974
export const AD_ATTACKER_LISTEN_PORT_1 = "80"; // To facilitate pulling of <u>PowerCat</u>
6075
export const AD_ATTACKER_LISTEN_PORT_2 = "443"; // To facilitate incoming <u>reverse shell</u>
@@ -72,14 +87,16 @@ export const RUNNING_SPN_PASSWORD = "running_spn_pas$word";
7287
export const EncodedText = "please_update_encoded_text_for_scshell"
7388

7489

90+
// ---------------------------- VICTIM ----------------------------
7591
// For all sites VICTIM TAGGING 192.168.123.110
7692
// export const VICTIM1_IP = MS01_IP_EXT;
77-
export const VICTIM1_IP = "192.168.123.110";
93+
// export const VICTIM1_IP = "192.168.123.110";
94+
export const VICTIM1_NAME = MS01_username;
95+
export const VICTIM1_PASSWORD = MS01_password;
96+
export const VICTIM1_IP = MS01_IP_EXT;
7897
export const VICTIM1_PORT = MS01_FORWARD_PORT_2;
7998

80-
81-
82-
//
99+
// Scan on MS01
83100
// PORT STATE SERVICE REASON
84101
// 135/tcp open msrpc syn-ack ttl 127
85102
// 139/tcp open netbios-ssn syn-ack ttl 127

0 commit comments

Comments
 (0)