On the Enumeration step of Starting Point I am running into an issue with the smbclient.
Running smbclient -N -L \\\\10.10.10.27\\does list out the file shares, but directly following it emits an error.
SMB1 disabled -- no workgroup available
This terminates and pops me back to the shell. After some googling, I ran across suggestions to lower the client min protocol to NT1 within /etc/samba/smb.conf. That yields another, different, error.
Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 10.10.10.27 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 -- no workgroup available
I think I’ve reached the point at which my googling will not progress me any further. Any help would be greatly appreciated.
I think I changed the min protocol by editing the /etc/samba/smb.conf file to a still supported SMB1 protocol. Under the WORKGROUP client min protocol = CORE
Hello am new here , i was having same issue as you so i tried this “smbclient //10.129.78.24/workshares -U” and it worked for me eliminate the quotes when you are typing in the commad
Gone along in time some what, but I have an issue which is similar to the above…
I can run the smbclient and access via ICP$ to get smb shell - smb: >
Then any command I run I get the below output…
smb: > ls
NT_STATUS_NO_SUCH_FILE listing *
I have restarted the spawn and checked connectivity etc…