From 01cc2fa872dfa8f77e844e127ad3762705d268fb Mon Sep 17 00:00:00 2001 From: Keefer Date: Thu, 20 Oct 2022 18:06:18 -0700 Subject: [PATCH] smbclient: add --no-pass example (#8812) --- pages/linux/smbclient.md | 4 ++++ 1 file changed, 4 insertions(+) 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`