Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WPA2 Key not found
08-12-2012, 07:45 PM
Post: #1
WPA2 Key not found
Hello
I have a little problem with oclhashcat-plus32.exe.
This command not work correctly,or am I doing something wrong.
Code:
oclhashcat-plus32.exe -m 2500 -a 1 --outfile C:\hashcat\hash\GAST1234.txt C:\hashcat\hash\GAST1234.hccap rock.txt rock.txt

rock.txt=
Code:
12345
GAST
password
1234
qwerty

Password of WPA2 file GAST1234.hccap is "GAST1234"

Password is not found.
what is not right here !


thanks
Find all posts by this user
Quote this message in a reply
08-12-2012, 07:48 PM (This post was last modified: 08-12-2012 07:50 PM by Mem5.)
Post: #2
RE: WPA2 Key not found
"oclhashcat-plus32.exe -m 2500 -a 1 --outfile C:\hashcat\hash\GAST1234.txt C:\hashcat\hash\GAST1234.hccap rock.txt rock.txt
Why double rock.txt ?!

Quote:Password of WPA2 file GAST1234.hccap is "GAST1234"
GAST1234 is NOT is your dictionnary !...
Find all posts by this user
Quote this message in a reply
08-12-2012, 07:51 PM
Post: #3
RE: WPA2 Key not found
he is using -a 1 so its ok!

@bjorn pls send me the .cap and the .hccap
Visit this user's website Find all posts by this user
Quote this message in a reply
08-12-2012, 08:26 PM
Post: #4
RE: WPA2 Key not found
(08-12-2012 07:51 PM)atom Wrote:  he is using -a 1 so its ok!

@bjorn pls send me the .cap and the .hccap

Here are the files!

password with pm.


Attached File(s)
.zip  atom.zip (Size: 482 bytes / Downloads: 3)
Find all posts by this user
Quote this message in a reply
08-13-2012, 10:37 AM
Post: #5
RE: WPA2 Key not found
no, please send me the .cap file, not the .hccap
Visit this user's website Find all posts by this user
Quote this message in a reply
08-13-2012, 11:41 AM
Post: #6
RE: WPA2 Key not found
(08-13-2012 10:37 AM)atom Wrote:  no, please send me the .cap file, not the .hccap

OK
i found it.
The same password.


Attached File(s)
.zip  atom1.zip (Size: 1 KB / Downloads: 2)
Find all posts by this user
Quote this message in a reply
08-13-2012, 12:23 PM
Post: #7
RE: WPA2 Key not found
OK, thank you. I found the problem!

In combinator mode, it (falsely) rejects all words < length 8 because it thinks a WPA passwords must be at least of length 8. It should however run the length check after the combination.

This will be fixed with next version, thanks a lot for reporting!
Visit this user's website Find all posts by this user
Quote this message in a reply
08-13-2012, 01:12 PM
Post: #8
RE: WPA2 Key not found
I wonder if this bug is related to my report 06-16-2012 ...

https://hashcat.net/forum/thread-1298.html
Find all posts by this user
Quote this message in a reply
08-13-2012, 02:02 PM
Post: #9
RE: WPA2 Key not found
Totally, thats why I found it so fast. This one was on combinator while yours where on hybrid
Visit this user's website Find all posts by this user
Quote this message in a reply
08-13-2012, 02:50 PM
Post: #10
RE: WPA2 Key not found
(08-13-2012 12:23 PM)atom Wrote:  OK, thank you. I found the problem!

In combinator mode, it (falsely) rejects all words < length 8 because it thinks a WPA passwords must be at least of length 8. It should however run the length check after the combination.

This will be fixed with next version, thanks a lot for reporting!

sorry I have not seen.



thanks
Find all posts by this user
Quote this message in a reply
Post Reply