Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what's ntlm hash format
02-01-2012, 06:19 PM
Post: #1
what's ntlm hash format
what's ntlm hash format?
I've tried username:hash and hash:username,but both failed.
Find all posts by this user
02-01-2012, 07:13 PM
Post: #2
RE: what's ntlm hash format
simply leave out the username.
Find all posts by this user
02-01-2012, 07:17 PM
Post: #3
RE: what's ntlm hash format
If you have username:hash you need to use the --username flag. Keep in mind the file will be converted to only hash if you use the --remove flag too, so keep a backup copy of the full dump.
Find all posts by this user
02-02-2012, 02:26 AM (This post was last modified: 02-02-2012 02:29 AM by perlish.)
Post: #4
RE: what's ntlm hash format
(02-01-2012 07:17 PM)chort Wrote:  If you have username:hash you need to use the --username flag. Keep in mind the file will be converted to only hash if you use the --remove flag too, so keep a backup copy of the full dump.

thank you chort,I'd like to keep username in the log,so I can know whose account I've cracked.
such as
username:cracked password:hash
How can I make it ?


I've got the result from http://hashcat.net/forum/thread-868.html
Find all posts by this user
02-02-2012, 02:53 AM
Post: #5
RE: what's ntlm hash format
You should be able to use the --show and --username flags to oclHashcat-plus with the original file in username:hash format.
Find all posts by this user
02-02-2012, 05:07 AM
Post: #6
RE: what's ntlm hash format
(02-02-2012 02:53 AM)chort Wrote:  You should be able to use the --show and --username flags to oclHashcat-plus with the original file in username:hash format.

cool! it's the best way to make it!
Thank you chort!
Find all posts by this user
Thread Closed