Skip to content

Commit 7e6c6bf

Browse files
author
tkokhing
committed
update domain name
1 parent 1ccad58 commit 7e6c6bf

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/lib/share/constants.ts

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

37-
export const AD_DOMAIN_NAME = "CAR_DOMAIN"
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
@@ -75,3 +75,13 @@ export const EncodedText = "please_update_encoded_text_for_scshell"
7575
// For all sites VICTIM TAGGING
7676
export const VICTIM1_IP = MS01_IP_EXT;
7777
export const VICTIM1_PORT = MS01_FORWARD_PORT_2;
78+
79+
80+
// PORT STATE SERVICE REASON
81+
// 135/tcp open msrpc syn-ack ttl 127
82+
// 139/tcp open netbios-ssn syn-ack ttl 127
83+
// 445/tcp open microsoft-ds syn-ack ttl 127
84+
// 3389/tcp open ms-wbt-server syn-ack ttl 127
85+
// 5985/tcp open wsman syn-ack ttl 127
86+
87+
// Nmap done: 1 IP address (1 host up) scanned in 12.95 seconds

0 commit comments

Comments
 (0)