SMB is a client/server protocol. It is used to share files.
apt-get install smbclient
smbclient -L \\\\<target IP>
smbclient -U "" \\\\<target IP>\\<share>