Crack Rar Zip rarPasswordCracker – Bruteforce ZIP/RAR files

Crack Rar Zip files: rarPasswordCracker – Bruteforces a password protected rar/zip file

Crack Rar or Zip Files

Crack Rar Zip files: Rar/Zip Password Cracker in python.
Software Author notes: I had to brute-force a RAR file in a CTF so wrote some ad-hoc code in python. Works in Linux/Windows. 

How to use rarPasswordCracker
WindowsInstall Python if you have not already done so.launch Python & run script bruteforce.pypython
Linux

First clone rarPasswordCracker

git clone https://github.com/GauthamGoli/rarPasswordCracker.git

Change into the rarPasswordCracker directory.

cd rarPasswordCracker

Replace RARFILE.rar with the path to the .rar you file you would like to brute force.

python bruteforce.py --fr RARFILE.rar -c abcdefghijklmnopqrst0123 -n 6

Syntax

python bruteforce.py --fr filetocrack.rar -c charset -n sizeofpassword

python bruteforce.py --fr RARFILE.rar -c abcdefghijklmnopqrst0123 -n 6

python bruteforce.py --fz ZIPFILE.zip -c charset -n sizeofpassword

 

CREDITS: GauthamGoli
DOWNLOAD rarPasswordCracker