Skip to content

Smbclient

Description

Mini shell using some of the SMB functionality of the library

Authentication

smbclient -L 10.10.10.10 -N 
smbclient -L 10.10.10.10 -U ''%''   
smbclient -L 10.10.10.10 -U qu35t%'Passw0rd!'
smbclient -U qu35t%'Passw0rd!' //10.10.10.10/Shared

Commands

ls ./
get file.txt
put file.txt
rename file.txt file.png
mkdir qu35t

References