hashcat Forum
NTLM Issues - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html)
+--- Thread: NTLM Issues (/thread-460.html)



NTLM Issues - polarbear - 09-01-2011

I posted this in the oclHashcat-lite section also but I'm not sure if it was the right section.

I've tried to crack a NTLM hash but it hasnt been working. I used a charset for uppercase lowercase and numerical. I just used a mask of ?1?1?1?1?1?1?1?1

It didn't crack it, but there is a possibility that it is more than 8 chars long. Is there a way to hash out all of the passwords from 1 digit NTLM with the specified charset to lets say 10 digits NTLM till it finds it's match? If so I would appreciate any help I can get on how to do it.

Thanks in advance.


RE: NTLM Issues - KT819GM - 09-02-2011

This what you are doing is called spam. One thread regarding same problem is more than enough.


RE: NTLM Issues - polarbear - 09-02-2011

I CLEARLY said that I'm new and wasn't sure which was the right section.


RE: NTLM Issues - mastercracker - 09-03-2011

(09-01-2011, 07:23 PM)polarbear Wrote: I posted this in the oclHashcat-lite section also but I'm not sure if it was the right section.

I've tried to crack a NTLM hash but it hasnt been working. I used a charset for uppercase lowercase and numerical. I just used a mask of ?1?1?1?1?1?1?1?1

It didn't crack it, but there is a possibility that it is more than 8 chars long. Is there a way to hash out all of the passwords from 1 digit NTLM with the specified charset to lets say 10 digits NTLM till it finds it's match? If so I would appreciate any help I can get on how to do it.

Thanks in advance.
First in Oclhashcat, you have a left and a right mask so it should have been something like:

?1?1?1?1 ?1?1?1?1
or
?1?1?1?1?1?1 ?1?1

also, because NTLM use unicode, make sure that the left or the right is not more than 7 chars.