Hashcat always exhausted - wpa/wpa2 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Hashcat always exhausted - wpa/wpa2 (/thread-2595.html) |
Hashcat always exhausted - wpa/wpa2 - Silencethanatos - 09-05-2013 Hi all, on start sorry for my bad English. Software: windows 7 prof x64 hardware: Laptop lenovo y580 (dual graphic card -Intel HD 4000 and Nvidia GTX 660 M ) I try work with oclHashcat-plus-0.15 but i get always status "exhausted" when i try crack my wifi password. I read probably everything what google can give to me and i don't know what to do. I use command: Code: cudaHashcat-plus64.exe -m 2500 O2-Hotshot-7b13.hccap slowo.txt slowo.txt contain only two words: 44097611 <-password to my wifi 44097612 i get handshake when i use airodump-ng but maybe i don't get correct data? (wireshark show i get 2 message from 4 in 4-way-handshake). Example command from docs folder: Code: cudaHashcat-plus64.exe -m 400 $H$9tAFrn2xug41SHki0wFp.RADCQs94a0 example.dict give the same status thanx for help hashcat lite work good with MD5 RE: Hashcat always exhausted - wpa/wpa2 - Mangix - 09-05-2013 Either the password is wrong or the handshake capture was bad. Probably the latter which means you need a new handshake capture. If that still fails, something is wrong with your wordlist. To verify that, use other tools such as aircrack-ng to crack the password. RE: Hashcat always exhausted - wpa/wpa2 - barboy - 09-07-2013 Id try brute force if you know its only got 8 numbers, 0-9 which has 100 million combo`s. I get 90k/s so would only take 18 mins to go through all of them. cudaHashcat-plus64.exe -m 2500 -a3 yours.hcap ?d?d?d?d?d?d?d?d. if you used hashcat website to convert to hcap it tells you if it has not got the handshake. RE: Hashcat always exhausted - wpa/wpa2 - forumhero - 09-07-2013 he knows the password no need to brute force. try using a different cracking tool. if successful then the handshake capture is good and there's something going on with hachcat or conversion from pcap to hcap. if other tools can't crack then bad handshake RE: Hashcat always exhausted - wpa/wpa2 - barboy - 09-07-2013 I thought hashcat converter would give an error if the handshake or conversion went wrong ?. It has for me if I was to far away to capture the full handshake even when airodump says iv got it. I'm not doubting you I just thought it would. RE: Hashcat always exhausted - wpa/wpa2 - atom - 09-10-2013 It's not always possible, but if aircrack-ng can load it, you can tell it to convert it to .hccap format using -J option. RE: Hashcat always exhausted - wpa/wpa2 - Silencethanatos - 09-12-2013 hi there i get Internet connection at last. I use airodump-ng so i get cap file, then i use aircrack-ng to convert it to .hccap (yes i know, i read a lot about cleaning cap file but i test home network and aircrack is faster ). Like Mangix and barboy says, handshake wasn't complete (no all eapol packet -> http://www.aircrack-ng.org/doku.php?id=wpa_capture#dokuwiki__top "Packets 8, 9, 10, 11" ), and now i try understand how read and catch correct full handshake (if somebody can help and give link to "how to catch 4-way-handshake correct" i will be grateful P.S. i get 7 versions of .cap file (different ways - 500 data, 2000 data, single -0 1 multiple -0 1, -0 5 etc.) and 2 was correct -> my computer works fine ^^ P.S.2 I use hashcat gui with change oclHashcat-plus folder to v 0.15 but very thx barboy for ready definition to bat file P.S.3 Thanks a loot for all answers |