02-02-2022, 08:58 PM
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.
Finally you use this file as a mask-input:
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
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