SMB

smbclient -L //10.129.132.142
smbclient -L \\\\192.168.64.10\\ -U "domain\username"
smbclient anonymous share list

smbclient \\\\10.129.132.142\\Replication
Drop into an pseduo SMB shell.

smbmap -R Replication -H 10.129.132.142
Recursively dump the contents of an smb share.
smbmap -R Replication -H 10.129.132.142 -A Groups -q --depth 10

Last updated

Was this helpful?