qeeqbox/honeypots

getattrib: NT_STATUS_INVALID_NETWORK_RESPONSE

abdbacha opened this issue · 3 comments

Hey @giga-a about #3
I tried it and it works fine, I was able to add multiple folders, subfolders and files
But when I try to get a file this error appears
getattrib: NT_STATUS_INVALID_NETWORK_RESPONSE
And the received folder will be empty.

Hey! can you share the command that you used to retrieve the folders & files?

Hey,
Sure, the commend i used is:
'get file_name '

@abdbacha,

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
...