oclHashcat-plus v0.06 - brute-force attack - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: oclHashcat-plus v0.06 - brute-force attack (/thread-687.html) |
oclHashcat-plus v0.06 - brute-force attack - rftech - 10-27-2011 Atom, do you have an eta for implementing bruteforce into oclHashcat-plus? I am eagerly waiting for this capability as I am unaware of any other utility able to deal with MD5-crypt in this fashion using ATI GPU's. Thanks in advance. RE: oclHashcat-plus v0.06 - atom - 10-27-2011 its not a easy task so it will take some time. but you can already bruteforce md5crypt. take a looks at our wiki pages: http://hashcat.net/wiki/brute_force_in_oclhashcat_plus RE: oclHashcat-plus v0.06 - Legitnick - 11-15-2011 (10-27-2011, 09:26 AM)atom Wrote: its not a easy task so it will take some time. but you can already bruteforce md5crypt. take a looks at our wiki pages: http://hashcat.net/wiki/brute_force_in_oclhashcat_plus I'm following the steps in the wiki but every time I try to run the bruteforce attack with the rule file I generated with maskprocessor I get Status: Exhausted 2 seconds into the attack. Or is bruteforcing WPA passwords still not ready yet? I guess I'll try to bruteforce an md5crypt to see if the problem persist. RE: oclHashcat-plus v0.06 - mastercracker - 11-15-2011 First "?dabcdef" is still a very limited charset. Second, WPA forces choosing a password of a minimum of 8 characters and the program takes 8-15 characters password; every other length are skipped. Your mask as 6 characters so it all depends on what your rule file does (like if it adds some characters to at least 8 total). I guess it's not since the stats shows that all input passwords were rejected. RE: oclHashcat-plus v0.06 - Hash-IT - 11-15-2011 What mastercracker said ^^ Also can we see a sample of your rule file ? Is your rule file in the same directory as your script and hashcatplus ? There is no -o output.txt or -o Found.txt Hashcatplus is reporting 100% rejected words, I am sure it is either your rule is wrong or not in the same directory. The rejection is because of what mastercracker said WPA is 8 + characters. RE: oclHashcat-plus v0.06 - Legitnick - 11-27-2011 (11-15-2011, 10:43 PM)Hash-IT Wrote: What mastercracker said ^^I just used the one from the example and yes it's in the same directory. ./mp64.exe -o bf.rule -1 ?dabcdef '$?1 $?1' After adding -o cracked.txt it worked! Thank you. |