Rules or mask understanding (Specify number of chars/numbers)
#2
I would do it like so:
Code:
mp64.exe -1 a0 ?1?1?1?1?1?1?1?1 > all_masks.txt
echo "%20%6a" > reject.rule
hashcat-cli64.exe --stdout all_masks.txt -r reject.rule > masks.txt
sed -i 's/a/?l/g;s/0/?d/g' masks.txt

(Using maskprocessor and hashcat-legacy)

Of course, as always, there are multiple ways to do the same thing.
Reply


Messages In This Thread
RE: Rules or mask understanding (Specify number of chars/numbers) - by Xanadrel - 11-14-2021, 09:06 PM