SHA1 hashfile bug
#10
Quote:Ok, I finally got this command line to work: oclHashcat-plus64 -a 3 hash003.txt ?l?l?l?l?l?l?l?l -m 100 -o cracked.txt

However, is there a way to use parameters to define the cracking method so that it will attempt to crack the hashes.txt list with uppercase, lowercase, and digits AND be 9 chars long?
Use this line:

Code:
oclHashcat-plus64 -a 3 -m 100 -o cracked.txt -1 ?d?u?l hash003.txt ?1?1?1?1?1?1?1?1?1
You just first define your custom characterset (-1) and then use it in the mask. Notice that is not the letter l but the number 1 that are beside the ? in my mask. Also the order of most parameters is not important, I have just put them in the order that makes more sense to me.


Messages In This Thread
SHA1 hashfile bug - by m3t4lh34d - 01-03-2012, 10:23 PM
RE: SHA1 hashfile bug - by atom - 01-04-2012, 11:06 AM
RE: SHA1 hashfile bug - by m3t4lh34d - 01-04-2012, 07:27 PM
RE: SHA1 hashfile bug - by atom - 01-04-2012, 11:23 PM
RE: SHA1 hashfile bug - by m3t4lh34d - 01-05-2012, 01:01 AM
RE: SHA1 hashfile bug - by atom - 01-05-2012, 10:40 AM
RE: SHA1 hashfile bug - by m3t4lh34d - 01-06-2012, 03:35 PM
RE: SHA1 hashfile bug - by atom - 01-06-2012, 03:51 PM
RE: SHA1 hashfile bug - by m3t4lh34d - 01-06-2012, 10:16 PM
RE: SHA1 hashfile bug - by mastercracker - 01-06-2012, 10:42 PM
RE: SHA1 hashfile bug - by m3t4lh34d - 01-06-2012, 10:46 PM