0% progress
#1
Sad 
Hi guys.
So I have the hash and pre-generated file(.txt) with N passwords.
I run this command: hashcat64.exe -m 13400 -a 0 hash.txt passes.txt --status
And it starts its work, but all the time I have this status:
Code:
Guess.Queue......: 1/1 (100.00%)
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0/N (0.00%)
Rejected.........: 0/0 (0.00%)
Restore.Point....: 0/N (0.00%)
After some time it looks like that(when all passes are tested as far as I understand):
Code:
Status...........: Exhausted
Guess.Queue......: 1/1 (100.00%)
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: N/N (100.00%)
Rejected.........: 0/N (0.00%)
Restore.Point....: N/N (100.00%)
So I'm not sure if no passwords match or something is wrong. Why there is no progress until 100%? Why there are no rejected passwords at the end?
Reply


Messages In This Thread
0% progress - by scriptkiddie - 01-19-2019, 07:25 PM
RE: 0% progress - by royce - 01-19-2019, 07:42 PM
RE: 0% progress - by scriptkiddie - 01-19-2019, 09:30 PM
RE: 0% progress - by royce - 01-19-2019, 09:39 PM
RE: 0% progress - by undeath - 01-19-2019, 11:53 PM