mirror of https://github.com/cheat/cheat.git
commit
3807aa5433
|
@ -0,0 +1,5 @@
|
||||||
|
# To display public shares on the server:
|
||||||
|
smbclient -L <hostname> -U%
|
||||||
|
|
||||||
|
# To connect to a share:
|
||||||
|
smbclient //<hostname>/<share> -U<username>%<password>
|
Loading…
Reference in New Issue