rules attack
#8
This worked for me, which is doing the l33tification in python - and just the capitalisation from best64.rule I guess. 

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.
Reply


Messages In This Thread
rules attack - by test_kali - 04-02-2020, 05:06 PM
RE: rules attack - by philsmd - 04-02-2020, 05:43 PM
RE: rules attack - by test_kali - 04-02-2020, 08:35 PM
RE: rules attack - by philsmd - 04-03-2020, 02:33 AM
RE: rules attack - by test_kali - 04-03-2020, 12:42 PM
RE: rules attack - by blacktraffic - 04-07-2020, 09:01 AM
RE: rules attack - by philsmd - 04-07-2020, 09:14 AM
RE: rules attack - by blacktraffic - 04-07-2020, 10:10 AM