SMB Download
Post

SMB Download

SMBMAP

1
smbmap -H 10.10.11.102 -u 'localadmin' -p 'Secret123' --download Shared\\Documents\\Analytics\\Whatif.omv

[[Anubis#^cbbd94]]

SMBCLIENT

Download a Share

1
2
3
4
# First connect to it and then run this commands:
smb: \> RECURSE ON
smb: \> PROMPT OFF
smb: \> mget *

Examples: Active