06-11-2019, 05:19 PM
retrieve real values of execution time
$ time hashcat -m 2500 test.hccapx --nonce-error-corrections=0 digit20
hashcat (v5.1.0-855-g9ced13cc) starting...
real 0m10,981s
user 0m8,643s
sys 0m0,921s
use time to calculate the real time using time command:
time command
$ time hashcat -m 2500 test.hccapx --nonce-error-corrections=0 digit20
hashcat (v5.1.0-855-g9ced13cc) starting...
real 0m10,981s
user 0m8,643s
sys 0m0,921s
use time to calculate the real time using time command:
time command