Output progress over time in hashcat
#3
(04-13-2020, 11:56 PM)undeath Wrote: You can use --status and --status-timer to log hashcat's progress to stdout (and redirect to a file) and then analyse those logs.

Yes I was using status and status-timer to print this to the terminal, but I am unsure how to output this to a file automatically. Is there a way to modify this command to do this?

Code:
hashcat -m0 -a3 -1 ?l?d?s --potfile-disable <inputfile.txt> --status --status-timer=2 --increment --increment-min=1 --increment-max=6 ?1?1?1?1?1?1?1?1 -o bftest.txt
Reply


Messages In This Thread
RE: Output progress over time in hashcat - by avenger96 - 04-14-2020, 01:05 AM