From e022a22fa39e57197602c182f8fe7d2980baa1b8 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Tue, 6 Sep 2022 11:45:34 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b30528..abd46b5 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,9 @@ ldapsearch -H ldap://{IP ADDRESS} -x -b "{DC NAMING CONTEXT}" '(objectClass=Pers # Detect Share Permissions smbmap -H {IP ADDRESS} +# smbmap authentication +smbmap -u '' -p '' -H {IP ADDRESS} + # Recursively show all readable files and shares smbmap -R {SHARE} -H {IP ADDRESS} --depth 10