Guest User

Untitled

a guest
Nov 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # smbclient //10.101.0.7/[share-file] -U [username]%[password] -c ls
  2. WARNING: The "syslog" option is deprecated
  3. NTLMSSP packet check failed due to short signature (0 bytes)!
  4. NTLMSSP NTLM2 packet check failed due to invalid signature!
  5. session setup failed: NT_STATUS_ACCESS_DENIED
  6.  
  7. smbclient -U$user%$password -L $mac_host --option="ntlmssp_client:force_old_spnego = yes"
  8.  
  9. sudo mount -t cifs //$mac_host/$share $mountpoint -o nounix,sec=ntlmssp,username=$user,password=$password
Add Comment
Please, Sign In to add comment