Update README.md
This commit is contained in:
@@ -235,6 +235,8 @@ 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}/
|
sudo mount -t cifs -o 'username={USERNAME},password={PASSWORD}' //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/
|
||||||
|
sudo umount {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
|
||||||
|
|||||||
Reference in New Issue
Block a user