mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
smbclient
This commit is contained in:
parent
603bc360c0
commit
2d67038188
1 changed files with 5 additions and 0 deletions
5
cheat/cheatsheets/smbclient
Normal file
5
cheat/cheatsheets/smbclient
Normal file
|
@ -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 a new issue