SMBCLIENT

SMB Enumeration

smbclient -N -L \\\\10.129.42.253

SMB Login

smbclient \\\\10.129.42.253\\share

SMB Login with User Creds

smbclient -U BOB \\\\10.129.42.253\\share

Get an entire directory

smbclient -Udomainname/fordodone //10.234.92.21/sharename
Password:
Domain=[DOMAINNAME] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
smb: \> cd testdir
smb: \testdir\> get C
NT_STATUS_FILE_IS_A_DIRECTORY opening remote file \testdir\C
smb: \testdir\> prompt
smb: \testdir\> recurse
smb: \testdir\> mget C
getting file ...

Last updated