Smb1

so i have a error with smbclient on startingpoint…
i entered smbclient -L (ip) and now i get that error down below

do_connect: Connection to (ip) failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND) unable to connect with SMB1 -- no workgroup available

i dont know if it has anything to do with doing it for a second time cause the first time it worked perfectly and my memory isn’t the best so i wanted to do a second time so i know a little more and now i get that i’m working on kali linux on a virtualbox i never had this kind of problem and i don’t know how to fix this

You can try changing your smb.conf file like that:

client min protocol = SMB2
client max protocol = SMB3

Make sure you make a backup of the original smb.conf before you try so you can revert in case it does not work.

can’t seem to find the smb.conf file anywhere