From e6b67ff6af97411ac36218f533b58db08942f474 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:57:57 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f81845a..07a2ac1 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,9 @@ smbclient -N \\\\{IP ADDRESS}\\{SHARE} -U Administrator # Brute force SMB user and password list crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares +# Mount SMB Drive +sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/user/ + # {IP ADDRESS}: IP Address of the Server # {SHARE}: Share name to connect # {USER.txt}: User list to be brute forced @@ -519,7 +522,7 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null # Download: Pre-installed on Kali Linux # Usage -sudo nc –lnvp {PORT} +sudo nc -lnvp {PORT} # {PORT}: Select the port used to listen ```