Skip to content

Instantly share code, notes, and snippets.

@leveled
Created January 20, 2021 14:58
Show Gist options
  • Save leveled/11caa8c2d83eef3c4a61f1c4916acea1 to your computer and use it in GitHub Desktop.
Save leveled/11caa8c2d83eef3c4a61f1c4916acea1 to your computer and use it in GitHub Desktop.
Interacting with SMB over Linux
#List available shares
smbclient -U pastudent37 -W usfun -L windows.lab
#Interact with share
smbclient -U pastudent37 -W usfun \\\\windows.lab\\shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment