Rules or mask understanding (Specify number of chars/numbers)
#5
(11-14-2021, 09:06 PM)Xanadrel Wrote: 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.

Thank you!

I'm using a MacBook Pro and it won't let me use legacy. Is there a workaround?
Reply


Messages In This Thread
RE: Rules or mask understanding (Specify number of chars/numbers) - by FleetwoodAMAC - 12-31-2021, 10:53 PM