05-29-2020, 09:24 PM
the hashcat way of storing mask is hashcat mask files (hcmask):
https://hashcat.net/wiki/doku.php?id=mas...mask_files
my.hcmask:
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:
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