is a 'catchall' mask possible?
#2
There are different ways you can tackle your problem.

For me, a nice solution would be creating a file named "masks.hcmask" for example, and writing on each line a possible mask.
Code:
?u?l?l?l?l?l?s
?u?l?l?l?l?l?s?s
?u?l?l?l?l?l?l?s
?u?l?l?l?l?l?l?s?s
...

Finally you use this file as a mask-input:
Code:
./hashcat -m 14800 hash.txt -o cracked.txt -a3 masks.hcmask

PS: since it is a slow hash, you can use the -S flag, it will speed up things by fully using all the GPU's
Reply


Messages In This Thread
is a 'catchall' mask possible? - by crimso - 02-02-2022, 08:19 PM
RE: is a 'catchall' mask possible? - by Banaanhangwagen - 02-02-2022, 08:58 PM
RE: is a 'catchall' mask possible? - by crimso - 02-02-2022, 09:17 PM
RE: is a 'catchall' mask possible? - by Snoopy - 02-03-2022, 12:23 PM
RE: is a 'catchall' mask possible? - by crimso - 02-03-2022, 02:04 PM
RE: is a 'catchall' mask possible? - by Snoopy - 02-03-2022, 02:50 PM
RE: is a 'catchall' mask possible? - by crimso - 02-03-2022, 12:25 AM
RE: is a 'catchall' mask possible? - by crimso - 02-03-2022, 06:04 PM
RE: is a 'catchall' mask possible? - by Snoopy - 02-03-2022, 06:38 PM
RE: is a 'catchall' mask possible? - by crimso - 02-04-2022, 05:37 AM