Search

Connecting to SMB

image

syntax:

smbclient -L \\\\192.168.218.129\\

OR

smbclient -L \\192.168.218.129

after finding out we have sharename ADMIN$, we try to connect to it:

smbclient \\\\192.168.218.129\\ADMIN$
image

No, but IPC$ does connect.