proper use of increment option
#7
(11-27-2017, 01:49 AM)epixoip Wrote:
(11-27-2017, 01:12 AM)catwoman Wrote: Thanks for the feedback, but it's still unclear to me how to properly set the increment max to 10 characters (which, in my case, aims for a max of 10 numerical digits).

You had it correct, but your command can be simplified to just:

Code:
hashcat -m 2500 -a 3 -i /Users/ldawg/crack/Dumps/DumpLogAAA-2.hccapx ?d?d?d?d?d?d?d?d?d?d

WPA has a minimum password length of 8 characters, so specifying ''--increment-min 8'' is a no-op -- it will automatically start incrementing at length 8. And if you make your mask exactly 10 positions long, then ''--increment-max 10'' is a no-op as well.

Excellent, many thanks for clarifying. In yall's opinions, would it be worth putting in a feature request that better clarifies this in the command output?


Messages In This Thread
proper use of increment option - by catwoman - 11-26-2017, 05:48 AM
RE: proper use of increment option - by philsmd - 11-26-2017, 10:03 AM
RE: proper use of increment option - by atom - 11-26-2017, 10:10 AM
RE: proper use of increment option - by catwoman - 11-27-2017, 01:12 AM
RE: proper use of increment option - by epixoip - 11-27-2017, 01:49 AM
RE: proper use of increment option - by catwoman - 11-27-2017, 02:28 AM