what's ntlm hash format
#1
what's ntlm hash format?
I've tried username:hash and hash:username,but both failed.
#2
simply leave out the username.
#3
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.
#4
(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
#5
You should be able to use the --show and --username flags to oclHashcat-plus with the original file in username:hash format.
#6
(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!