Smbclient Description Mini shell using some of the SMB functionality of the library Authentication Null AuthenticationAnonymous AuthenticationWith an accountConnect to a share 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 List filesDownload a fileUpload a fileRename a fileCreate a folder ls ./ get file.txt put file.txt rename file.txt file.png mkdir qu35t References Github - Official Github - Cheatsheet Ippsec - Search Ippsec - Nest