File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3939export const MS01_username = "r.andrews" ; // updated
4040export const MS01_password = "BusyOfficeWorker890" ; //updated
@@ -75,3 +75,13 @@ export const EncodedText = "please_update_encoded_text_for_scshell"
7575// For all sites VICTIM TAGGING
7676export const VICTIM1_IP = MS01_IP_EXT ;
7777export 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
You can’t perform that action at this time.
0 commit comments