How to do a real-brute-force ?
#1
How to do a full brute-force operation ? I think the password is 9 characters-long but I'm not sure so masking is a bit useless for me.

Code:
cudaHashcat64.exe -a 3 -m 400 -i --increment-min=3 --increment-max=12 hash.txt

^This does a full lower-case alphabet brute-force from 3 to 12 character lenght, right ?


Messages In This Thread
How to do a real-brute-force ? - by omegear - 08-14-2015, 12:55 PM
RE: How to do a real-brute-force ? - by epixoip - 08-14-2015, 11:04 PM