Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion (/thread-3951.html) |
Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - pascalqq_new - 01-05-2015 I have updated from 1.21 to 1.31, and I may find a BUG. I'm using win7 x64 with CCC 14.9 and oclHashcat 1.31. When hash type is WPA/WPA2, using Combination in 1.21 with 2 normal dics, it works fine in 1.21. When I update to 1.31, I found some trouble, the output goes like this: Code: Session.Name...: all It means ocl Rejected all the word. But it's all works fine in 1.21. So i did a little dig. When the frist dic goes like this: Code: 123456 and second dic goes like this: Code: 11111 The output show: Code: Progress.......: 4/4 (100.00%) That's means ocl reject all the words, but two dics combine is so right: Code: 12345611111 And when i change the frist dic into this: Code: 123456 Code: Progress.......: 4/4 (100.00%) So, I think, using combination in WPA, the frist dic word must be more than 7 length.——which i do not think is right, I think the 2 words total length is the key to reject. Just like "hello"+"123", the total length is 8 and is legal for WPA password, and 1.31 think "hello" length is 5(5<8) and all the combine start with "hello" is wrong. Just do a little dig. Maybe is a bug,maybe i am wrong... RE: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - epixoip - 01-05-2015 This is a known issue (https://hashcat.net/trac/ticket/515) and is fixed in 1.32 RE: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - pascalqq_new - 01-05-2015 (01-05-2015, 10:24 AM)epixoip Wrote: This is a known issue (https://hashcat.net/trac/ticket/515) and is fixed in 1.32 Thank u very much,have been confursed for two days.... RE: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - epixoip - 01-05-2015 All you had to do was search the forums & search Trac. There are several threads on this issue already. RE: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - pascalqq_new - 01-05-2015 (01-05-2015, 10:24 AM)epixoip Wrote: This is a known issue (https://hashcat.net/trac/ticket/515) and is fixed in 1.32 But where can i get 1.32? RE: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - epixoip - 01-05-2015 1.32 has not been released yet. RE: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - pascalqq_new - 01-05-2015 (01-05-2015, 10:33 AM)epixoip Wrote: 1.32 has not been released yet. Alright, but is 2015 and 1.21 is OUT-OF-DATE and i can't use that... Hope to release soon.Thanks again. RE: Maybe a BUG in oclHashcat 1.31 in WPA/WPA2 with Combinstion - epixoip - 01-05-2015 As a workaround you can use the external combinator utility from hashcat-utils and pipe it into oclHashcat. WPA is a slow algorithm so there shouldn't be much if any speed loss. |