If you can get John the Ripper, unrar and bash on the box super easy. The
answer is xargs, see bellow:

john --wordlist=/usr/share/john/password.lst --rules --stdout | xargs -I jtr
unrar e -pjtr <rar file>

This is just using the included rules and word list. So it may need some
tweaking.

Dale


On Mon, Jul 27, 2009 at 3:03 AM, Dmitry Nedospasov <[email protected]>wrote:

> On Jul 26, 2009, at 05:19 , Cody Dumont wrote:
>
> Anyone have an rar cracker that works good
>
>
> Dunno of how much use this is to you, but you can install john via
> macports, or just compile it for OSX. Then you would atleast have the
> password generation part of it, piping into unrar is another issue.
> D.
>
>
> _______________________________________________
> Pauldotcom mailing list
> [email protected]
> http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
> Main Web Site: http://pauldotcom.com
>
_______________________________________________
Pauldotcom mailing list
[email protected]
http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
Main Web Site: http://pauldotcom.com

Reply via email to