mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
5 lines
151 B
Text
5 lines
151 B
Text
# To display public shares on the server:
|
|
smbclient -L <hostname> -U%
|
|
|
|
# To connect to a share:
|
|
smbclient //<hostname>/<share> -U<username>%<password>
|