Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. smbclient -L <IP> -U Administrator
  2.  
  3. Sharename Type Comment
  4. --------- ---- -------
  5. ADMIN$ Disk Remote Admin
  6. C$ Disk Default share
  7. IPC$ IPC Remote IPC
  8. MyShare Disk
  9. Users Disk
  10. Reconnecting with SMB1 for workgroup listing.
  11. Connection to <IP> failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
  12. Failed to connect with SMB1 -- no workgroup available
  13.  
  14. mount -v -t cifs //<IP>/MyShare /mnt -o username=Administrator
  15.  
  16. mount error(2): No such file or directory
  17. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  18.  
  19. mount -v -t cifs //<IP>/MyShare /mnt -o username=Administrator, vers=2.0
  20.  
  21. mount -v -t cifs //<IP>/MyShare /mnt -o username=Administrator, sec=ntlmv2
Add Comment
Please, Sign In to add comment