hashcat Forum

Full Version: fast way crack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
1d sound reasonable. Honestly, there are more important things you need help with than hashcat.
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
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
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
i think command something wrong

unknown option --pw-min
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