Found a password - Recovered ? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Found a password - Recovered ? (/thread-8625.html) |
Found a password - Recovered ? - SP2005 - 09-03-2019 Hi there I'm trying Hashcat and so far every thing seems to run just fine. But I'm not sure how to see if Hashcat has success in finding a password. I guess that if it find a password, I should see "Recovered" change from 0/1 to 1/1. Is that correct ? I'm comparing a passwordlist to a WPA handshake. RE: Found a password - Recovered ? - Kryczek - 09-03-2019 Put the WPA PSK in the wordlist and Hashcat should find it RE: Found a password - Recovered ? - SP2005 - 09-03-2019 (09-03-2019, 11:46 AM)Kryczek Wrote: Put the WPA PSK in the wordlist and Hashcat should find it That did not answer my question. How can I see if Hashcat has found a password ? RE: Found a password - Recovered ? - Kryczek - 09-03-2019 It stops when all (just 1 in your case) hashes have been cracked, otherwise it prints the hash and cleartext on the screen while running RE: Found a password - Recovered ? - SP2005 - 09-03-2019 Thanks RE: Found a password - Recovered ? - slawson - 09-04-2019 hashcat64 -m 2500 --show yourhccapxfilename (will show you any cracked passwords) hashcat64 -m 2500 --left yourhccapxfilename (will show you any un-cracked passwords) RE: Found a password - Recovered ? - SP2005 - 09-05-2019 (09-04-2019, 05:40 PM)slawson Wrote: hashcat64 -m 2500 --show yourhccapxfilename (will show you any cracked passwords) Thanks. But I still hope that if Hashcat finds a password, it will show it on the screen during the run or after the run. RE: Found a password - Recovered ? - DanielG - 09-05-2019 It does show the found password immediately when found: RE: Found a password - Recovered ? - SP2005 - 09-05-2019 (09-05-2019, 12:25 PM)DanielG Wrote: It does show the found password immediately when found: Thanks I have just seen some videos, that told, you would not know if Hashcat found a password, until you entered the --show command. RE: Found a password - Recovered ? - philsmd - 09-05-2019 Status...........: Cracked it's very obvious if it's cracked or not |