Created
January 20, 2021 14:58
-
-
Save leveled/11caa8c2d83eef3c4a61f1c4916acea1 to your computer and use it in GitHub Desktop.
Interacting with SMB over Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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