Skip to main content

Command Palette

Search for a command to run...

Dancing HTB

Updated
1 min readView as Markdown
P
CTF player and Web Pentester
  1. what Does SMB stands for = server message block

  2. port number of SMB = 445

  3. service name of port 445 on tagret IP = microsoft-ds?

  4. What is the 'flag' or 'switch' that we can use with the smbclient utility to 'list' the available shares on Dancing?

  5. flag to list smb shares = -L { smbclient -L }

  6. share name which can open without password = Workshares

# to connect with smb shell = smbclient \\\\IP\\share

  1. command to download file from SMB shell = get