diff --git a/pages/linux/smbclient.md b/pages/linux/smbclient.md index f2d6a2da5..0c3194799 100644 --- a/pages/linux/smbclient.md +++ b/pages/linux/smbclient.md @@ -26,3 +26,7 @@ - Upload a file to the server: `smbclient {{//server/share}} --directory {{path/to/directory}} --command "put {{file.txt}}"` + +- List the shares from a server anonymously: + +`smbclient --list={{server}} --no-pass`