Hashcat doesn’t write to output file
#1
Hello,
I am using hashcat to crack a list of md5 hashes and have used the following command

Code:
hashcat -m 0 -a 0 -o out.txt --force hashdump.txt ../rockyou.txt
which gives the output

Code:
Session..........: hashcat
Status...........: Exhausted
Hash.Type........: MD5
Hash.Target......: hashdump.txt
Time.Started.....: Thu Sep 13 01:11:45 2018 (13 secs)
Time.Estimated...: Thu Sep 13 01:11:58 2018 (0 secs)
Guess.Base.......: File (../rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#1.....:  1459.2 kH/s (0.55ms)
Recovered........: 2/36 (5.56%) Digests, 0/1 (0.00%) Salts
Progress.........: 14344384/14344384 (100.00%)
Rejected.........: 0/14344384 (0.00%)
Restore.Point....: 14344384/14344384 (100.00%)
Candidates.#1....: $HEX[206b6d3831303838] ->
    $HEX[042a0337c2a156616d6f732103]
HWMon.Dev.#1.....: N/A

Started: Thu Oct 13 01:11:45 2024
Stopped: Thu Oct 13 01:11:58 2024

It is clear that 2 of the hashes have been found, however the file out.txt isn't created. Any advice?
Thanks in advance!
Reply


Messages In This Thread
Hashcat doesn’t write to output file - by theodorebriggs - 10-14-2024, 10:47 PM