Skip to content

Commit 7798c83

Browse files
Update README.md
1 parent d560820 commit 7798c83

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Click on Access Machine --> Click on OpenVPN (How to connect & config VPN)
2828

2929
<br>
3030

31-
<b><H2>Recon</b></H2>
31+
<b><H2>Task 2 Recon</b></H2>
3232

3333

3434

@@ -42,26 +42,38 @@ Answer the questions below -----------------------------------------------------
4242

4343
Deploy the machine! This may take up to three minutes to start.
4444

45-
No answer needed
45+
No answer needed
4646
4747
Launch a scan against our target machine, I recommend using a SYN scan set to scan all ports on the machine. The scan command will be provided as a hint, however, it's recommended to complete the room 'Nmap' prior to this room.
4848

49-
No answer needed
49+
No answer needed
5050
5151

5252
Once the scan completes, we'll see a number of interesting ports open on this machine. As you might have guessed, the firewall has been disabled (with the service completely shutdown), leaving very little to protect this machine. One of the more interesting ports that is open is Microsoft Remote Desktop (MSRDP). What port is this open on?
5353

54-
3389
54+
3389
5555
5656
Command: (Your Start Machine IP)
5757

58-
sudo nmap -sT -sV -O -Pn 10.10.254.30
58+
sudo nmap -sT -sV -O -Pn 10.10.254.30
5959
6060
6161

6262
![Screenshot from 2023-04-07 15-30-12](https://user-images.githubusercontent.com/120317751/230589653-59731a6c-d70d-4845-ba58-e52761203d58.png)
6363

6464

65+
What service did nmap identify as running on port 8000? (First word of this service)
66+
67+
Icecast
68+
69+
70+
What does Nmap identify as the hostname of the machine? (All caps for the answer)
71+
72+
DARK-PC
73+
74+
75+
<b><H2>Task 3 Gain Access</b></H2>
76+
6577

6678

6779

0 commit comments

Comments
 (0)