I would like to know the default password settings used to run the hashcat benchmark.
#1
I would appreciate it if you could tell me how to check the default password settings used to run the hashcat benchmark. thankyou.
Reply
#2
Check the "Benchmark.Mask" using: hashcat -m <hash_mode> --hash-info
Reply
#3
Thank you very much! Additionally, the algorithm I checked is scrypt, and the Benchmark.Mask value is ?b?b?b?b?b?b?b. In my environment, it took 33 seconds at 27240 H/s. ?b?b?b?b?b?b?b It appears that only some sample data was used among the corresponding values. Can you confirm what it is? The code is fine too.
Reply
#4
That's the "Example.Hash" section, so -m 8900 uses n = 16384, r = 8, p = 1
Reply