problems with —show
#1
Hello friends, I am trying to get the key of my wifi router using the pkmid captured with the appropriate tools.  When launching the hashcat command, everything works fine until the process is finished, which launched the —show command and shows nothing in terminal or in the hashcat.pot file or using -o.  Does this mean you haven't found the key?  Do I have a permissions problem so it doesn't save anything?
Reply
#2
"until the process is finished", well after it finishes it shows some statistics you need to read:
Code:
Status...........: Exhausted
Hash.Type........: MD5
Hash.Target......: 00000000000000000000000000000000
Time.Started.....: Mon Sep  9 15:56:49 2019 (0 secs)
Time.Estimated...: Mon Sep  9 15:56:49 2019 (0 secs)
Guess.Mask.......: ?a?a?a?a [4]
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#2.....:  178.5 MH/s (4.85ms) @ Accel:32 Loops:5 Thr:256 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 81450625/81450625 (100.00%)
Rejected.........: 0/81450625 (0.00%)
Restore.Point....: 857375/857375 (100.00%)
specifically the line "Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts", this shows that of the 1 target(s) 0 were found. So if you have the same result then it has not been found and you will see nothing with --show.
Reply