Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NTLM Issues
09-01-2011, 07:23 PM
Post: #1
NTLM Issues
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.
Find all posts by this user
09-02-2011, 12:29 PM
Post: #2
RE: NTLM Issues
This what you are doing is called spam. One thread regarding same problem is more than enough.
Find all posts by this user
09-02-2011, 11:16 PM
Post: #3
RE: NTLM Issues
I CLEARLY said that I'm new and wasn't sure which was the right section.
Find all posts by this user
09-03-2011, 01:52 AM
Post: #4
RE: NTLM Issues
(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.
Find all posts by this user