getattrib: NT_STATUS_INVALID_NETWORK_RESPONSE
abdbacha opened this issue · 3 comments
abdbacha commented
giga-a commented
Hey! can you share the command that you used to retrieve the folders & files?
abdbacha commented
Hey,
Sure, the commend i used is:
'get file_name '
giga-a commented
Were you using smbclient
?
I think that issue related to smbclient
configuration and not the honeypots package (I will dig deep into this later on)
For now, try using smbclient.py
instead smbclient
as username:password@ip
pip3 install impacket
smbclient.py test:test@127.0.0.1
shares
use share_name
get file_name
...