Exploiting the human factor
#8
just create the hashcat mask file (a.hcmask) manually:
Code:
?l?u,?l?d,?1?a?a?a?a?2?2?2
?l?u,?l?d,?1?a?a?a?a?a?2?2?2
?l?u,?l?d,?1?a?a?a?a?a?a?2?2?2

Code:
hashcat -m 2500 -a 3 -w 3 hash a.hcmask


note: of course you can modify this in any shape or form you like, e.g. using ?l (lowercase letters) instead of ?a (which is much huger, i.e. ?l?u?d?s)
Reply


Messages In This Thread
Exploiting the human factor - by Pilsener - 09-21-2019, 06:26 PM
RE: Exploiting the human factor - by royce - 09-21-2019, 06:42 PM
RE: Exploiting the human factor - by Pilsener - 09-21-2019, 06:44 PM
RE: Exploiting the human factor - by royce - 09-21-2019, 06:50 PM
RE: Exploiting the human factor - by Pilsener - 09-21-2019, 06:52 PM
RE: Exploiting the human factor - by royce - 09-21-2019, 07:15 PM
RE: Exploiting the human factor - by Pilsener - 09-21-2019, 07:25 PM
RE: Exploiting the human factor - by philsmd - 09-21-2019, 07:50 PM
RE: Exploiting the human factor - by Pilsener - 09-21-2019, 08:02 PM
RE: Exploiting the human factor - by philsmd - 09-21-2019, 09:04 PM
RE: Exploiting the human factor - by Pilsener - 09-22-2019, 05:53 PM
RE: Exploiting the human factor - by royce - 09-22-2019, 06:40 PM