-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
SMB: Missing out of memory error handling 0x17000000 #1733
Comments
according to Pennyw0rth/NetExec#258 ( altough it hasn't been specified ) I can infer impacket 0.11 it's being used in that scanrio. Changes related to NTSTATUS error handling were merged in order to handle unknown values at #1311. Please confirm wether the issue is still present in the master branch |
The PR you mention has been reverted #1714 so yes the issue is on master branch :) |
Nope, changes were not reverted. https://github.com/fortra/impacket/blob/master/impacket/smb.py#L582 . In 0d2b72a we kept the older interface in order to avoid crashes in your code. Please recheck |
setting this as duplicate #1603 |
as describe in Pennyw0rth/NetExec#258 , impacket/nt_errors.py seems to be missing the value 0x17000000 for handling what seems to be "out of memory" server error.
The text was updated successfully, but these errors were encountered: