SMB Access Protocol
Primary Access Point
# List SMB shares (no auth required)
smbclient -L //100.119.202.114 -N
# Access the share
smbclient //100.119.202.114/share -N
# List SMB shares (no auth required)
smbclient -L //100.119.202.114 -N
# Access the share
smbclient //100.119.202.114/share -N