Bruteforce RAR3 with repeated password
#6
(11-21-2020, 01:45 PM)undeath Wrote: See https://hashcat.net/wiki/doku.php?id=rule_based_attack for all available rules

I see, so just use p2 instead of d then.

Hopefully my last question:

When using hashcat nested this way, where do I put the session command?


hashcat --session session1 --stdout -a3 ?l?l?l?s?d | hashcat -m 12500 hash -j d

or

hashcat --stdout -a3 ?l?l?l?s?d | hashcat --session session1 -m 12500 hash -j d

or do I need a session in either, and then do I restore both sessions with

hashcat --session session1 --restore

or

hashcat --session session1 --restore | hashcat --session session2 --restore


Thanks a lot!
Reply


Messages In This Thread
RE: Bruteforce RAR3 with repeated password - by RARcheologist - 11-21-2020, 08:58 PM