- 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
- Also: