Howto: Crack Rar, 7z, and zip files with RarCrack in Ubuntu Linux
Posted by admin on April 12, 2008
hi guest, pada artikel ini saya akan ngomongin gmn cara ngecrack password file rar/zip/7z sekaligus kita belajar & tugas writing bahasa inggris OK! ![]()
Title:
Howto: Crack Rar, 7z, and zip files with RarCrack in Ubuntu Linux
This program uses bruteforce algorithm to find correct password. You can specify which characters will be used in password generations.
Download RarCrack
wget http://superb-east.dl.sourceforge.net/sourceforge/rarcrack/rarcrack-0.2.tar.bz2
Install RarCrack
tar xvjf rarcrack-0.2.tar.bz2
cd rarcrack-0.2
make ; sudo make install
Using RarCrack:
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]
Everything in [] are optional, rarcrack default crack two threads and autodetect the archive type. If the detection wrong you can specify the correct file type with the type parameter. RarCrack currently crack maximum in 12 threads.
After the cracking started RarCrack will print the current status of cracking and save it’s to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).
There will be a sample XML file, and you see there is a character set. If you want, you can modify this file and when you start RarCrack again the program will be use new variables.
Warning: Take care when you changing this file, make sure the current password don’t have characters outside the abc[character set]!
Know of any other rar/zip/7z cracking tools worth mentioning?
More information on rarcrack can be found here
malclm said
nice advice but is there more detailed info perhaps with screenshots etc like how to launch and use the software
tanjung said
hello salam kenal. aku baru nech di linux sekarang aku menggunakan ubuntu muslim edition 8.10. aku nginstall rarcrack sesuai dengan petunjuk. yang ada di blog ini juga aku ikuti petunjuk di reedme.html yang terkompresi bareng ama rarcrack-0.2.tar.gz. tapi sampe hari ini aku belum bisa membongkar pasword yang formatnya *.zip dan *.7zip. tapi kalo yang *.rar udah mau. aku test dengan mengkreck “test.rar”, “test.zip”, test.7zip” tolongin aku dunk.
kalo ngekreck yang *.zip ama *.7zip ada pesan “segmentation fault”. padahal katanya kan suport ama *.zip dan *.7zip. tolongin dunk plese. kirim ke mail ku ya tanjung.amat@yahoo.co.id. tanksssssssssss
williamts99 said
You have to use the correct command
rarcrack test.zip –type zip
or
rarcrack test.rar –type rar
Best Regards