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

LM hash reported as uncracked although cracking successful #889

Closed
hgbstu opened this issue Nov 29, 2016 · 1 comment
Closed

LM hash reported as uncracked although cracking successful #889

hgbstu opened this issue Nov 29, 2016 · 1 comment

Comments

@hgbstu
Copy link

hgbstu commented Nov 29, 2016

When hashcat successfully cracks an LM hash it reports the hash as left.
As for my understanding successfully cracked hashes should not be printed when calling hashcat with the "--left" option.

How to reproduce:

content of lm.hash:

01FC5A6BE7BC6929AAD3B435B51404EE

run hashcat

hashcat64.bin -m 3000 -a 3 lm.hash

after successfull cracking, this is the content of the potfile

01fc5a6be7bc6929:TEST

running following command

hashcat64.bin lm.hash --potfile-path=hashcat.potfile --left

prints this output

01fc5a6be7bc6929aad3b435b51404ee

Tested with hashcat v3.10, v3.20rc4 on Ubuntu 14.04.5

@hgbstu hgbstu changed the title LM hash reported as uncracked although cracking successfull LM hash reported as uncracked although cracking successful Nov 29, 2016
@jsteube
Copy link
Member

jsteube commented Nov 29, 2016

Is fixed, new betas up. Thanks for report!

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

2 participants