fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
12.98k stars 3.49k forks source link

Update rbcd.py #1738

Closed 5yn closed 2 months ago

5yn commented 2 months ago

Identified that rbcd failed with a "constrained violation" error when only using the NT hash. The solution was including the LM hash too, despite the fact that it was "blank". Added a line that'll set the LM hash to "aad3b435b51404eeaad3b435b51404ee" if one isn't provided.

anadrianmanrique commented 2 months ago

Thanks for the PR!