04-07-2020, 10:10 AM
This worked for me, which is doing the l33tification in python - and just the capitalisation from best64.rule I guess.
And that's because I'm lazy and already had the code written.
There's absolutely nothing wrong with the 's' rule of course, but when people say "swap o with 0", that's ambiguous about whether it's one, some or all of occurrences of 'o'. But I ended up with the python script because my leetification rules weren't always getting everything I thought they should be getting.
Code:
$ python3 scripts/leetify.py /root/dict/rockyou.txt | ./hashcat64.bin -a0 -m 1400 /tmp/ng2tg6qt.hash.tmp -r /root/hashcrack/rules/best64.rule --loopback -O -w4 --session hc
And that's because I'm lazy and already had the code written.
There's absolutely nothing wrong with the 's' rule of course, but when people say "swap o with 0", that's ambiguous about whether it's one, some or all of occurrences of 'o'. But I ended up with the python script because my leetification rules weren't always getting everything I thought they should be getting.