RAR_PASSWORD is simple password finder for RAR files.
- Python 3
- UnRAR
You can install UnRAR by apt-get or brew
$ sudo apt-get install unraror
$ brew install unrarYou can install it by pip.
$ pip3 install rar_password$ rar_password filename.rar > password.txtYou can find more options with --help option.
$ rar_password --helpMIT