09-06-2012, 02:39 AM
Windows7 64-bit, nVidia, 304,79 beta, oclHashcat-plus-0.09-rc2.
About -m's:
-m3000(FAGGOT!): -a0 fails to crack len_6 passwords unless it's piped using echo -n and not a dict. -a1, -a7 appends a char if the pass was len_7, See details here.
-m131: Fails to crack any password containing lowercase char in it, all attack-modes, all lengths.
This bug seems to be present in previous versions as well, but I didn't notice it for some reason. I changed all my plains\hashes now.
- It would much nicer if hashes of algos related to strtolower (-m1100, -m2100 and -m121) does NOT get lowered by force in left list and output. In other words, keeping the username's case as it is.
Other:
- Nothing was done about my previous report.
- If -i is not set, the mask will start AND stop at the first place-holder.
More deep tests are planned.
About -m's:
-m3000(FAGGOT!): -a0 fails to crack len_6 passwords unless it's piped using echo -n and not a dict. -a1, -a7 appends a char if the pass was len_7, See details here.
-m131: Fails to crack any password containing lowercase char in it, all attack-modes, all lengths.
This bug seems to be present in previous versions as well, but I didn't notice it for some reason. I changed all my plains\hashes now.
- It would much nicer if hashes of algos related to strtolower (-m1100, -m2100 and -m121) does NOT get lowered by force in left list and output. In other words, keeping the username's case as it is.
Other:
- Nothing was done about my previous report.
- If -i is not set, the mask will start AND stop at the first place-holder.
Code:
e6d96502596d7e7887b76646c5f615d9:car
hc64p -a3 --force e6d96502596d7e7887b76646c5f615d9 ?l?l?l
Status.......: Exhausted
Input.Mode...: Mask (?l)
...
More deep tests are planned.