Mac OS X 10.8-9 Issue
#2
First see here: https://hashcat.net/forum/announcement-2.html

You shouldn't post hashes if you were not asked by a moderator or dev.

The answer is simple, just truncate the length to the one indicated in the example hash wiki section: http://hashcat.net/wiki/doku.php?id=example_hashes

See the example here:
Code:
$ cat abcd.txt
abcd
$ cat m7100.txt
$ml$37313$fa6cac1869263baa85cffc5e77a3d4ee164b75536cae26ce8547108f60e3f554$a731XXXXeXXXXXXXXXXXXXXXXXXXXceafc083c6bcxxxxxxxxxxxxxxxxxxxxe4625ef113b66f3xxxxxxxxxxxxxxxxxxxxxxdb3f7f14917XXXXXXXXXXXXX0aba20
$ ./hashcat-cliXOP.bin -m 7100 m7100.txt abcd.txt
Initializing hashcat v0.48 by atom with 8 threads and 32mb segment-size...

Added hashes from file m7100.txt: 1 (1 salts)
Activating quick-digest mode for single-hash with salt

NOTE: press enter for status-screen

$ml$37313$fa6cac1869263baa85cffc5e77a3d4ee164b75536cae26ce8547108f60e3f554$a731XXXXeXXXXXXXXXXXXXXXXXXXXceafc083c6bcxxxxxxxxxxxxxxxxxxxxe4625ef113b66f3xxxxxxxxxxxxxxxxxxxxxxdb3f7f14917XXXXXXXXXXXXX0aba20:abcd

All hashes have been recovered

Input.Mode: Dict (abcd.txt)
Index.....: 1/1 (segment), 1 (words), 5 (bytes)
Recovered.: 1/1 hashes, 1/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Sun Feb  9 16:20:59 2014
Stopped: Sun Feb  9 16:20:59 2014

Hope this helps.
Just truncate the hash (because the additional bytes are not needed Wink )

Note: in theory I should ban you, because you broke the rules...
But since it wasn't explained very well (and hashcat-cli could also ignore the additional bytes) you helped somehow to improve the wiki / hashcat-cli parsing....

Anyway, don't post hashes again if not asked


Messages In This Thread
Mac OS X 10.8-9 Issue - by moxilo - 02-09-2014, 05:15 PM
RE: Mac OS X 10.8-9 Issue - by philsmd - 02-09-2014, 05:27 PM
RE: Mac OS X 10.8-9 Issue - by moxilo - 02-10-2014, 02:21 AM
RE: Mac OS X 10.8-9 Issue - by philsmd - 02-11-2014, 04:19 PM