Python script to crack RAR file with dictionary attack.
git clone https://github.com/sumit-buddy/Rar-Fu.git
cd Rar-Fu
pip3 install -r requirements.txt
You need to install
unrarpackage before running the script otherwise it will not work. You can installunrarusing below commands. Run this commands as root user.
pkg install unrar
apt-get install unrar-free
apt-get install unrar
or
apt-get install unrar-free
yum install unrar
pacman -S unrar
pkg_add –v –r unrar
yast2 –i unrar
zipper install unrar
python3 rar-fu.py
