Update README.md

This commit is contained in:
Joe Totes
2022-08-10 16:12:02 -04:00
committed by GitHub
parent c1b5dbb3d7
commit 8d1149ab2c

View File

@@ -235,6 +235,8 @@ crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares --contin
# Mount SMB Drive
sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/
sudo mount -t cifs -o 'username={USERNAME},password={PASSWORD}' //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/
sudo umount {SHARE}
# {IP ADDRESS}: IP Address of the Server
# {SHARE}: Share name to connect