smbclient -h
List available Shares
smbclient -L <ip> -U <user>
Connect to an SMB Share
smbclient -U <user> \\\\<ip>\\<SHARENAME>
Last updated 3 months ago