You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
p0dalirius
changed the title
[bug] Emoji in filename breaks SMBCIENT-NG
[bug] Emoji in filename breaks get command in smbclient-ng, (root cause in impacket)
Aug 7, 2024
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.The text was updated successfully, but these errors were encountered: