OpenCL bruteforcing via hcGui - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: OpenCL bruteforcing via hcGui (/thread-838.html) Pages:
1
2
|
OpenCL bruteforcing via hcGui - Bacardi - 01-19-2012 I'm trying to bruteforce a big list of MD5 hashes using Hashcat GUI and the OpenCL panel. The options: And when pressing start it opens cmd but does nothing: I have no idea why. RE: OpenCL bruteforcing via hcGui - atom - 01-19-2012 you did not specify a mask, read this: http://hashcat.net/wiki/mask_attack RE: OpenCL bruteforcing via hcGui - Bacardi - 01-19-2012 So if I want to use upper, lower and numbers I would have to enter: "i u d" in the mask area? I'm using a ATI HD6950 btw. EDIT: That seem to have worked (?) Although. Code: Hashes: 696015 RE: OpenCL bruteforcing via hcGui - atom - 01-19-2012 no thats wrong, read the article again pls RE: OpenCL bruteforcing via hcGui - Bacardi - 01-20-2012 I'm so, so sorry for not figuring it out. But I've tried everything in that article and placed it in the "mask" area of the GUI, but it gives me the same result over and over. I'm new to this program so bare with me. RE: OpenCL bruteforcing via hcGui - chort - 01-20-2012 Mask attacks use literal characters ('i', ' ', 'u', ' ', 'd'), unless you use the special built-in variables (that are prefixed with '?'). BTW you want 'l' as in 'L' if you intend to use the built-in lowercase alpha characterset variable. RE: OpenCL bruteforcing via hcGui - Bacardi - 01-20-2012 I would like to use uppercase, lowercase and numerals. Does that mean I have to put "l u d" in the mask area? Anyway, I've tried it with just "l" but I just get the same result as above. Status exhausted and quits. RE: OpenCL bruteforcing via hcGui - atom - 01-20-2012 start with the following: put "?d?d?d?d?d?d?d?d" into the mask and try again RE: OpenCL bruteforcing via hcGui - Bacardi - 01-20-2012 Done that. Code: Hashes: 696015 Nothing. RE: OpenCL bruteforcing via hcGui - mastercracker - 01-20-2012 Looks right that time. However there was no 8 digits numbers in your hash list. You can check the box on the left of "Charset 1" and on the right side put ?l?u?d Then put ?1?1?1?1?1?1?1?1 in the mask box. |