Install cifs-utils
apt-get install cifs-utils |
Mount share with null session
mount -t cifs //<ip>/share <mountpount> -o username=NULL,password,uid=<user>,gid=<group> |
smbclient //<ip>/share -I <ip> -N |
apt-get install cifs-utils |
mount -t cifs //<ip>/share <mountpount> -o username=NULL,password,uid=<user>,gid=<group> |
smbclient //<ip>/share -I <ip> -N |