First Attempt, does this look alright?
#4
you could use mask files https://hashcat.net/wiki/doku.php?id=mas...mask_files

or just set

-1 "012345 6789" for the first byte of your mask (i.e. any set of chars, charset, that has a space in it).

btw: it depends on the operating system which type of quotes (" vs ') is best for quoting a space.... therefore I would suggest to just use the .hcmask file syntax and you are always fine

Alternatively to the extra charset, you could just use 2 different masks and therefore lines in the mask file (.hcmask), one with the space and one without, an example for fixed 8-byte length password with prepending space:
Code:
?l?u,?d?d?1?1?1?1?1?1
?l?u, ?d?1?1?1?1?1?1
Reply


Messages In This Thread
RE: First Attempt, does this look alright? - by philsmd - 07-16-2020, 08:03 PM