SMB
Port : 445
SMB-Client
List shares
List files
Bash
smbclient --no-pass //$TARGET/$SHARE -c "ls"
# List folder
smbclient --no-pass //$TARGET/$SHARE -c "ls dir/"
Download file
Connect to a server with username
Interactive mode