Skip to content

Instantly share code, notes, and snippets.

@3rg1s
Last active April 17, 2021 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3rg1s/c6eb38a57a65b9965bc30ad48d4bd9ae to your computer and use it in GitHub Desktop.
Save 3rg1s/c6eb38a57a65b9965bc30ad48d4bd9ae to your computer and use it in GitHub Desktop.
Smbclient commands to connect to host

Smbclient

List Shares (NO password)

smbclient -L \\apt

Login to share (No password)

smbclient //apt/sharename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment