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
09/06/2012 03:09:57 PM: ERROR: smbComWriteAndx: '_socketobject' object has no
attribute 'write'
seems like:
sock.write(writeAndXData['Data'])
should be:
sock.send(writeAndXData['Data'])
line ~1480 in smbserver.py
Original issue reported on code.google.com by [email protected] on 6 Sep 2012 at 10:38
The text was updated successfully, but these errors were encountered:
Absolutely :)..
Mistake there.. it is correct in smbComWrite, but wrong in smbComWriteAndX..
Fixed at: http://code.google.com/p/impacket/source/detail?r=713
thanks!
Original issue reported on code.google.com by
[email protected]
on 6 Sep 2012 at 10:38The text was updated successfully, but these errors were encountered: