Mask attack help
#5
(02-11-2018, 01:09 AM)undeath Wrote:
(02-11-2018, 01:04 AM)zap44 Wrote: Based on my limited knowledge, I know that the password is in the range of 60521739 -> 67646497 from the information above.

Wrong. Based on the information in the status output you know the password does not match the mask ?d?d?d?d?d?d?d?d because hashcat just used that mask and finished with status "Exhausted", meaning no match found.

The candidates are just the range that hashcat was testing at the time the status was printed.

Does that mean I need to increase my range? For example ?d?d?d?d?d?d?d?d?d?d?d instead of ?d?d?d?d?d?d?d?d.
I just looked at the wiki again and it says these are the built-in chars,


?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?h = 0123456789abcdef
?H = 0123456789ABCDEF
?s = «space»!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
?a = ?l?u?d?s
?b = 0x00 - 0xff

which is what I've been using. But this mask example uses -1 ?l?d?u ?1?1?1. And I can't seem to understand.
I've already read https://hashcat.net/wiki/doku.php?id=mask_attack


Messages In This Thread
Mask attack help - by zap44 - 02-11-2018, 01:04 AM
RE: Mask attack help - by undeath - 02-11-2018, 01:09 AM
RE: Mask attack help - by zap44 - 02-11-2018, 06:55 AM
RE: Mask attack help - by slyexe - 02-12-2018, 01:13 AM
RE: Mask attack help - by slyexe - 02-11-2018, 04:36 AM
RE: Mask attack help - by zap44 - 02-11-2018, 06:48 AM