Update README.md

This commit is contained in:
Joe Totes
2022-08-10 16:09:07 -04:00
committed by GitHub
parent 4831b0b856
commit c1b5dbb3d7

View File

@@ -234,6 +234,7 @@ crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares --contin
# Mount SMB Drive # Mount SMB Drive
sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/ sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/
sudo mount -t cifs -o 'username={USERNAME},password={PASSWORD}' //{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