Starting Point - Unable to connect with SMB1

I tr> @zombiebruh said:

Type your comment> @ponaba said:

Hi,

I am getting same error. what was the mistake that you corrected?

thanks!

You need to omit the -L from smbclient -N -L \\10.10.10.27\ command.

so you’d do:

smbclient -N -L \\\\10.10.10.27\\

then

smbclient -N \\\\10.10.10.27\\backups

should work then. get the file, then exit.

I tried to follow that suggestion and this is what I get:
It asked me for what i assumed was my root pw but when i tried that it didn’t do anything.

root@kali:/home/kali# smbclient -L \\10.10.10.27\
Enter WORKGROUP\root’s password:

    Sharename       Type      Comment
    ---------       ----      -------
    ADMIN$          Disk      Remote Admin
    backups         Disk      
    C$              Disk      Default share
    IPC$            IPC       Remote IPC

SMB1 disabled – no workgroup available
root@kali:/home/kali#