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 unrar
or
$ brew install unrar
You can install it by pip.
$ pip3 install rar_password
$ rar_password filename.rar > password.txt
You can find more options with --help option.
$ rar_password --help
MIT