SMB is a client/server protocol. It is used to share files.

Installation

apt-get install smbclient

How to use

smbclient -L \\\\<target IP>
smbclient -U "" \\\\<target IP>\\<share>