Inaccurate number
#9
(12-13-2019, 11:36 PM)Allia Wrote: When doing a mask attack, do I always have to specify the number of characters? I ask that because I want to know if I can run an attack to crack all the hashes in the file instead of only 8 characters ones.

Implement increment into your command. 

example:

Code:
hashcat -a 3 -m 1000 -i --increment-min 1 --increment-max 8 hashlist  ?a?a?a?a?a?a?a?a

This will attempt everything from 1-8 characters using all lowercase, uppercase, digits, and special characters. Change the min and max values to fit your liking and adjust the MAX length of your mask.
Reply


Messages In This Thread
Inaccurate number - by Allia - 12-12-2019, 07:38 PM
RE: Inaccurate number - by Allia - 12-13-2019, 04:39 PM
RE: Inaccurate number - by philsmd - 12-13-2019, 05:33 PM
RE: Inaccurate number - by Allia - 12-13-2019, 06:33 PM
RE: Inaccurate number - by philsmd - 12-13-2019, 06:56 PM
RE: Inaccurate number - by Allia - 12-13-2019, 09:37 PM
RE: Inaccurate number - by philsmd - 12-13-2019, 09:43 PM
RE: Inaccurate number - by Allia - 12-13-2019, 11:36 PM
RE: Inaccurate number - by slyexe - 12-14-2019, 05:28 PM
RE: Inaccurate number - by Allia - 12-14-2019, 06:16 PM
RE: Inaccurate number - by slyexe - 12-14-2019, 07:53 PM
RE: Inaccurate number - by Allia - 12-14-2019, 11:53 PM
RE: Inaccurate number - by slyexe - 12-15-2019, 05:16 AM
RE: Inaccurate number - by Allia - 12-15-2019, 05:44 AM