Posts: 6
Threads: 2
Joined: Jun 2014
hai admin & members
i need a help.
i try to crack my router cap file. wpa/wpa2 ( 0-9 ) 10 digest characters password i have HD 7970 but my computer out put say 1 day time. i want to know. mor any fast way to crack command??? please
Posts: 2,301
Threads: 11
Joined: Jul 2010
06-03-2014, 10:09 PM
(This post was last modified: 06-03-2014, 10:10 PM by undeath.)
1d sound reasonable. Honestly, there are more important things you need help with than hashcat.
Posts: 6
Threads: 2
Joined: May 2014
Cracking hccap usually takes more time than md5-hash
I use this:
(posted by radix)
oclHashcat64.exe --gpu-accel=32 --gpu-loops=32 --gpu-temp-abort=90 -m 2500 -a 3 ?d?d?d?d?d?d?d?d?d test.hccap --pw-min 8 --increment
Posts: 48
Threads: 7
Joined: Jun 2013
06-05-2014, 03:40 PM
(This post was last modified: 06-05-2014, 03:40 PM by vrposter.)
titan, just do the math - homework
Performance table for 7970
https://hashcat.net/oclhashcat/
WPA/WPA2: 130k c/s
10 digit = 10^10 = 10000000000
10000000000 / 130000 = 76923 sec
76923 sec = 21 h 36 min
Posts: 6
Threads: 2
Joined: Jun 2014
06-05-2014, 08:38 PM
(This post was last modified: 06-05-2014, 08:39 PM by titan.)
thanks a lot replay i am doing like command now i understand
oclHashcat-plus64.exe -a 3 -m 2500 -1 0123456789 test.hccap ?1?1?1?1?1?1?1?1?1?1
Posts: 6
Threads: 2
Joined: Jun 2014
i think command something wrong
unknown option --pw-min
Posts: 48
Threads: 7
Joined: Jun 2013
If you're sure the password is 10 digits, just
./oclHashcat64.bin -m 2500 -a3 test.hccap ?d?d?d?d?d?d?d?d?d?d
on Linux
./oclHashcat64.exe -m 2500 -a3 test.hccap ?d?d?d?d?d?d?d?d?d?d
on Windows