Fail to extract Lotus Domino 8 hash file correctly
#1
Dear All,
Sorry for my English is not good, my question is I have a Notes ID file from Domino 8.5 and use "lotus2john.py" to extract the hash key to separate file domino8hash.out , but I see the output hash file pattern is just like Domino 5 and I compare the hash key by hash example from Wiki page is not similar and just like Domino 5 format, then I try to run the command "oclHashcat64.bin --hash-type 9100 --attack-mode 3 /tmp/domino8hash.out ?d?d?d?d?d?d?d" and get the fail message WARNING: hash '/tmp/domino8hash.out': Line-length exception ERROR: No hashes loaded but I try to use the example hash for Domino 8 was no this problem, anyone can tell me how to extract the correct hash from Domino8 ID file or the lotus2john.py utility was unable to handle the Domino8 ID format? Please help me.

Thanks
#2
Look at the example hash for -m 9100 here: http://hashcat.net/wiki/doku.php?id=example_hashes

Make domino8hash.out look like the example.
#3
(04-16-2015, 11:19 AM)epixoip Wrote: Look at the example hash for -m 9100 here: http://hashcat.net/wiki/doku.php?id=example_hashes

Make domino8hash.out look like the example.

Dear epixoip
Thank you for your reply, I have to try the lotus2john.py to extract the Hash from the notes v8 ID but the result is look like v5, I suppose the problem is how can I to extract the Domino v8 hash format ? or any other tools can do this ?