Update README.md

This commit is contained in:
Joe Totes
2022-08-10 15:59:05 -04:00
committed by GitHub
parent e6b67ff6af
commit d19791ba74

View File

@@ -233,7 +233,7 @@ smbclient -N \\\\{IP ADDRESS}\\{SHARE} -U Administrator
crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares
# Mount SMB Drive # Mount SMB Drive
sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/user/ sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/
# {IP ADDRESS}: IP Address of the Server # {IP ADDRESS}: IP Address of the Server
# {SHARE}: Share name to connect # {SHARE}: Share name to connect