Open 0xSegmented opened 3 months ago
Checked if the impacket dependency is the problem. Seems like impacket filters the emoji titles out? Couldn't find it using smbclient
from impacket.
That is weird, I did not know that.
I will look into it
Hi,
So I reproduced your environment and the problem comes from impacket:
It also crashes from the orginal smbclient.py:
So the handling of encoding seems to be broken in the get file of impacket..
Best regards
When using smbclientng, and there is a file that contains a emoji in it's filename, for example: 'Fixed issue 🎄 .msg', smbclientng results in being stuck. It is not possible to skip the file either, the entire smbclientng program hangs.
The 'get' command is ran on *.msg:
Pressing
ctrl + c
does not seem to kill it too.