RARCRACK - How to crack RAR archieve password in Ubuntu Intrepid
Sunday, 15. February 2009, 19:10:37
At that time, I'm thinking that I should encrypt my rar files with password. So, I did it. But when the laptop arrive I'm to to busy to start install a new version of windows OS, the so-called 'Windows Xp Sp3'. And then, I moved to Ubuntu.
Everything was ok, until one day when my wife asking for our beloved son's picture. Then I start to unrar the encrypted files and failed to remember the password.
Now, I will introduce you with RARCRACK (maybe some of you already know about this package). You can get this file from sourceforge.net But last time I have compiled it in deb package. You can get it rarcrack_0.2-1_i386.deb here.
Both package need dependency, so open your terminal and type in this code
sudo apt-get install libxml2-devThen installed the package.
The usage is simple and straight-forward. Lets say, I have a rar file in /home/azwar/picture.rar. Open your terminal and type in this code
rarcrack /home/azwar/picture.rarthe result should be like this
azwar@linux-intrepid:~$ rarcrack /home/azwar/picture.rar RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com) INFO: detected file type: rar INFO: cracking /home/azwar/picture.rar, status file: /home/azwar/picture.rar.xml Probing: 'S' [17 pwds/sec] Probing: '0W' [22 pwds/sec] Probing: '1X' [21 pwds/sec] Probing: '31' [22 pwds/sec] Probing: '3X' [19 pwds/sec] Probing: '4Z' [21 pwds/sec] Probing: '62' [21 pwds/sec] Probing: '74' [21 pwds/sec] Probing: '84' [20 pwds/sec] Probing: '8V' [17 pwds/sec] Probing: '9X' [21 pwds/sec] Probing: 'b0' [21 pwds/sec]and for more option just type in
rarcrack --helpIt can also be use with zip and 7z format (I never try other than rar)
FYI, the file name should not have spacing e.g
change the file name tomy picture.rar
. if not, you will get an error masssage.mypicture.rar














Anonymous # 23. May 2009, 12:30
Thanks for making the deb available and writing a clear instruction, this was very helpful :-)
Azwar # 23. May 2009, 18:38
Anonymous # 9. June 2009, 13:50
hi ya, I have followed every steps. installing your deb or from source, rarcrack doesn't detect any files whatsoever... I must have miss something. any clues??? I really need to understand and to sort this out. thanks.
***@*** ~ $ rarcrack home/***/***/whatever.rar
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)
ERROR: The specified file (home/***/***/whatever.rar) is not exists or
you don't have a right permissions!
Azwar # 10. June 2009, 06:22
1. make sure the installed package together with all dependencies.
2. check the spelling for the said file you crack.
3. check the file permission. you need to have the ability to read/write the said file.
try the 3 above solution, I wish you luck.
Anonymous # 15. June 2009, 01:46
thanks for your quick answer.
finally it works but I don't know what to make of the result...
INFO: detected file type: rar
INFO: cracking /home/***/***/***.rar, status file: /***/***/***/***.rar.xml
GOOD: password cracked: '1'
GOOD: password cracked: '0'
I fear it didn't work out. the xml file shows the follwings:
−
0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
c
b
thanks
Anonymous # 7. July 2009, 10:15
to Anonymous
replase unrar-nonfree to unrar-free
Anonymous # 7. September 2009, 14:07
Removing unrar and installing unrar-free worked for me
thanks
Anonymous # 25. November 2009, 09:57
I got a seg fault when typing it without params. If you get this then try:
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]
Anonymous # 16. December 2009, 16:54
hello, i try using rarcrack but there was an error
rochi@rochi-netbook:~/Downloads$ rarcrack /home/rochi/Downloads/test.rar
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)
Segmentation fault
rochi@rochi-netbook:~/Downloads$
tolong.. macam mana nak buat...
Anonymous # 21. December 2009, 22:25
Thanks Azwar its probing now hopefully it works....how long does it generally take ? its probing for hours now.....
Regards F