05-12-2014, 07:20 AM
The trac ticket https://hashcat.net/trac/ticket/441 was fixed and next version will include the bug fix.
For speed you can play around w/ -w 3 (OR -u -n values, but -w 3 should give you good results). Indeed, md5crypt is slow because of the iterations (and some other stuff, so not only / 1000 but there is little more to that), futhermore oclHashcat divides the speed by 60k in your case, because each plain needs to be combined w/ the salt corresponding to the hash (so each of those 60k combinations are unique, instead of having the same salt).
For speed you can play around w/ -w 3 (OR -u -n values, but -w 3 should give you good results). Indeed, md5crypt is slow because of the iterations (and some other stuff, so not only / 1000 but there is little more to that), futhermore oclHashcat divides the speed by 60k in your case, because each plain needs to be combined w/ the salt corresponding to the hash (so each of those 60k combinations are unique, instead of having the same salt).