diff --git a/cheat/cheatsheets/smbclient b/cheat/cheatsheets/smbclient new file mode 100644 index 0000000..4231fd8 --- /dev/null +++ b/cheat/cheatsheets/smbclient @@ -0,0 +1,5 @@ +# To display public shares on the server: +smbclient -L -U% + +# To connect to a share: +smbclient /// -U%