If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.This program uses bruteforce algorithm to find correct password. You can specify wich characters will be used in password generations.
Warning: Please don’t use this program for any illegal things!
Preparing your system
First you need to install the following package
#apt-get install libxml2-dev build-essential
Now you need to download the latest version of rarcrack from here
#wget http://surfnet.dl.sourceforge.net/sourceforge/rarcrack/rarcrack-0.2.tar.bz2
Now you have rarcrack-0.2.tar.bz2 file and you need to extract this file
#tar -xjf rarcrack-0.2.tar.bz2
#cd rarcrack-0.2
#make
You must be root to run the following command
#make install
Using Rarcrack
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]
Example
rarcrack something.rar
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).
How to Crack Rar, 7z, and zip files in Linux
Related Posts:
How to get CPU usage in Linux from JavaThe easiest method to get the CPU usage from a Java class in Linux is to parse the output of the top command. Check out the following code. import j… Read More
How to Install Puppy Linux on Your Hard DrivePuppy Linux: Installing The Distro Installing an operating system onto a computer has never been easier. Puppy Linux is fast, straight-forward and ea… Read More
Mount A Linux Partition In FreeBSDFor ext2fs filesystem Support under FreeBSD, You have to build a new kernel with ext2fs support. Put the line options “EXT2FS” in your kernel configu… Read More
How to Synchronizing Windows Mobile with LinuxThis how to guide outlines the steps needed to synchronize a Windows Mobile device with a Linux desktop or laptop installation. Introduction With mo… Read More
How to Shutdown Windows machine remotely from Linux command lineThe easiest way to shutdown a Windows machine from Linux is by using Samba’s net command. The following command will send an RPC call to the Windows m… Read More
0 comments:
Post a Comment