need help setting up pattern/mask
#2
it's probably too long to brute-force, infeasible. maybe dict + rules is a better alternative ?

Code:
hashcat -m 14800 -w 3 -a 3 --increment --increment-min 6 --increment-max 10 --custom-charset1 '?u?l,!.??$' hash.txt ?1?1?1?1?1?1?1?1?1?1

btw: the escaping of "!" and maybe also "$" depends a lot on your command line prompt (and/or operating system), you either need to use double quotes " or single quotes and it could be that you need to escape ! with \! etc


brute-force or mask attack is not a good idea here, because it will take very long and might be infeasible (not finishing within a lifetime with an average hardware) with those lengths > 8 etc
Reply


Messages In This Thread
need help setting up pattern/mask - by skaidar - 05-31-2019, 03:22 PM
RE: need help setting up pattern/mask - by philsmd - 05-31-2019, 03:34 PM