Impacket SMBClient

PasswordUsernameLinuxWindowsEnumeration

Impacket’s smbclient.py is a generic smbclient, allowing you to list shares and files, rename, upload and download files and create and delete directories.

Command Reference:

Target IP: 10.10.10.1

Domain: test.local

Username: john

Password: password123

Command

python3 smbclient.py test.local/john:password123@10.10.10.1

References