From 7025e6e28bb5221f040098cc2c4b8781054a2b56 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Tue, 6 Sep 2022 08:19:57 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ade1a32..fd55e91 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,9 @@ ldapsearch -H ldap://{IP ADDRESS} -x -b "{DC NAMING CONTEXT}" '(objectClass=Pers # Detect Share Permissions smbmap -H {IP ADDRESS} -# Usage +# Recursively show all readable files and shares +smbmap -H {IP ADDRESS} -R + # List all SMB Shares smbclient -L {IP ADDRESS} @@ -498,9 +500,6 @@ smbclient \\\\{IP ADDRESS}\\{SHARE} -U {USERNAME}%{PASSWORD} # Recursively show sub directories of share smbclient \\\\{IP ADDRESS}\\{SHARE} -c 'recurse;ls' -# Recursively show all readable files and shares -smbmap -H {IP ADDRESS} -u anonymous -R - # Brute force SMB user and password list crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares --continue-on-success