-
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
[DumpNTLMInfo.py] fix error with 2003 #1630
Conversation
Signed-off-by: XiaoliChan <[email protected]>
Hi @XiaoliChan, I've checking this PR. I was able to trigger the exception only if the Server has signing disabled
Analyzing it a bit more in depth, found that the impacket/examples/DumpNTLMInfo.py Lines 255 to 265 in f73bd0f
So, there's a flow in the function that could end up with Perhaps by adding sessionResponse['SecurityMode'] = 0x0 at the beginning? |
That sounds a good idea! ^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just readded those spaces at the end-of-lines to make the PR changes cleaner ;)
Hey, awesome! you can update the PR with that and I'll merge it right away thanks!! |
Signed-off-by: Xiaoli Chan <[email protected]>
@gabrielg5 Everything is done! |
Thanks @XiaoliChan 🚀 |
* [DumpNTLMInfo.py] fix error with 2003 Signed-off-by: XiaoliChan <[email protected]> * [DumpNTLMInfo.py] garbrielg5: review I Signed-off-by: Xiaoli Chan <[email protected]> --------- Signed-off-by: XiaoliChan <[email protected]> Signed-off-by: Xiaoli Chan <[email protected]>
Fix dump ntlm info when the target is 2003
After