rarPasswordCracker

Mega Carder

Guru
BFD MEMBER
LEGEND
ULTIMATE
SELLER
SUPREME
MEMBER
BFD Legacy
Joined
Mar 14, 2025
Messages
1,348
Reaction score
15,591
Deposit
6,350$
#Rar/Zip Password Cracker in python.Software Author notesI had to bruteforce a rar file in a ctf so wrote some ad-hoc code in python.

Works in Linux/Windows.

How to use rarPasswordCracker

Windows

Code:

Install Python if you have not already done so.
launch Python & run script bruteforce.py
python

Linux

Click to expand...
First clone rarPasswordCracker

Code:

git clone https://github.com/GauthamGoli/rarPasswordCracker.git
Change in to 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

Click to expand...
Syntax

Code:

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

Click to expand...
 
Top Bottom