Mask attack with brain
#5
(12-08-2018, 02:21 PM)undeath Wrote: What's your whole command line?

Originally I was using:

sudo hashcat -z --brain-password <pass> --brain-client-features 1 -a 3 -m 5500 -O hash.txt maskfile.mask

But after the explanation from royce I tried:

sudo hashcat -z --brain-password <pass> --brain-client-features 2 -a 3 -m 5500 -O hash.txt maskfile.mask

Changing the client features to 2 didn't make a difference at all. 

Thanks!!


Messages In This Thread
Mask attack with brain - by mtnsec - 12-08-2018, 02:44 AM
RE: Mask attack with brain - by royce - 12-08-2018, 03:46 AM
RE: Mask attack with brain - by mtnsec - 12-08-2018, 04:14 AM
RE: Mask attack with brain - by undeath - 12-08-2018, 02:21 PM
RE: Mask attack with brain - by mtnsec - 12-08-2018, 07:27 PM
RE: Mask attack with brain - by undeath - 12-08-2018, 07:36 PM