Hashcat Mask Attack
#4
the hashcat way of storing mask is hashcat mask files (hcmask):
https://hashcat.net/wiki/doku.php?id=mas...mask_files

my.hcmask:
Code:
123456789,?d-,abcdABCD?d,?3-,?1?2?4?3?3?3?3?3?3

but any operating system has native ways of doing some shell scripting:
bash/sh scripts on unix (linux + macOS etc), batch files on windows etc

it's up to you if you want to store the whole command or only the mask in a .hcmask file

hcmask file can be run in the same way you run normal mask:
Code:
hashcat -m 0 -a 3 -w 3 -O hashes.txt my.hcmask
Reply


Messages In This Thread
Hashcat Mask Attack - by FPTHHrw6mKhNZwL6 - 05-28-2020, 09:47 PM
RE: Hashcat Mask Attack - by womble - 05-29-2020, 04:10 AM
RE: Hashcat Mask Attack - by FPTHHrw6mKhNZwL6 - 05-29-2020, 08:33 PM
RE: Hashcat Mask Attack - by philsmd - 05-29-2020, 09:24 PM
RE: Hashcat Mask Attack - by FPTHHrw6mKhNZwL6 - 05-30-2020, 01:33 AM
RE: Hashcat Mask Attack - by slyexe - 05-30-2020, 04:30 AM
RE: Hashcat Mask Attack - by philsmd - 05-30-2020, 07:30 AM
RE: Hashcat Mask Attack - by FPTHHrw6mKhNZwL6 - 06-10-2020, 10:48 AM
RE: Hashcat Mask Attack - by FPTHHrw6mKhNZwL6 - 06-23-2020, 01:12 AM