06-02-2014, 04:30 PM
Yes, sorry, missed that. You need to specify the attack mode (-a) and the input format (-m):
oclHashcat64.exe -a 3 -m 0 --status -i --increment-min=4 --increment-max=10 -o $fullpath$\hashes_found.txt -1 ?u0 -2 ?l1 $fullpath$\hashes_tofind.txt ab?1?2?2?2?2?2?2?2
By default, the attack mode is set to 0 (straight mode) which doesn't use any mask so only files as arguments are expected.
oclHashcat64.exe -a 3 -m 0 --status -i --increment-min=4 --increment-max=10 -o $fullpath$\hashes_found.txt -1 ?u0 -2 ?l1 $fullpath$\hashes_tofind.txt ab?1?2?2?2?2?2?2?2
By default, the attack mode is set to 0 (straight mode) which doesn't use any mask so only files as arguments are expected.