# Dancing HTB

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 <ip>}

6) share name which can open without password = Workshares

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

7) command to download file from SMB shell = get <file name>
