Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception writing to named pipes #13

Closed
GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment
Closed

Exception writing to named pipes #13

GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 6 Sep 2012 at 10:47

  • Changed state: Fixed

ShutdownRepo referenced this issue in ThePorgs/impacket Nov 26, 2022
Implement new PAC and known groups
p0dalirius pushed a commit to p0dalirius/impacket that referenced this issue Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant