hashcat Forum

Full Version: what's ntlm hash format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what's ntlm hash format?
I've tried username:hash and hash:username,but both failed.
simply leave out the username.
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.
(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
You should be able to use the --show and --username flags to oclHashcat-plus with the original file in username: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!