A Python native library containing lots of useful functions to write efficient scripts to hack stuff.
GNU General Public License v3.0
32
stars
6
forks
source link
[bug] Error when parsing hashes in sectools/windows/crypto.py #9
Closed
LightxR closed 3 months ago
I encounter some error while playing with ldapconsole (which uses parse_lm_nt_hashes function from sectools)
It looks like the function can't handle the hash when provided in
lm:nt
formatLooking at the code, we can simply it a little bit and add an else condition :
Now, with this modification, it works 👍
Thanks for your work and awesome tools :)