From f6bf65f1b3524798668b9b842a370f99c11d7053 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:35:04 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a4e6b80..c3ba156 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,9 @@ smbclient -N \\\\{IP ADDRESS}\\{SHARE} # Authenticate with Administrator smbclient -N \\\\{IP ADDRESS}\\{SHARE} -U Administrator +# 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