# smbclient-ng

Awesome tool to interact with SMB shares

# Connect to a machine via SMB

smbclient-ng -d north.sevenkingdoms.local -u samwell.tarly -p Heartsbane --host winterfell

# List shares

shares

# Connect to a share

use sysvol

# Navigate

Use ls plus tab completion

# Tail the contents of a file

tail somefile.txt

# Remove a file

rm ScheduledTasks.xml