About benchmark and actual speed
#3
(04-21-2022, 01:48 PM)Snoopy Wrote: try using option -O for optimized kernel

benchmark is "best or maximum" speed expected, but you will mostly never reach this 

it seems you are using a plain dict with passes 8 digits in length only, pure wordlist will never reach full speed due to the way hashcat works, inner outer loop, rules could speed up your cracking run depending on your wordlist

if its really digits only you could use a dict with 6 digits only and a ruleset with append 00 to 99, this should speed up your cracking a little bit

Thanks, I am using a complex and changeable password dictionary and most of them have no rules. Can I only use rules to improve the cracking speed?
Reply


Messages In This Thread
About benchmark and actual speed - by hijack - 04-21-2022, 07:12 AM
RE: About benchmark and actual speed - by Snoopy - 04-21-2022, 01:48 PM
RE: About benchmark and actual speed - by hijack - 04-21-2022, 06:12 PM
RE: About benchmark and actual speed - by Snoopy - 04-21-2022, 06:51 PM
RE: About benchmark and actual speed - by hijack - 04-22-2022, 09:01 AM