How To Crack Any RAR/ZIP Password !! Easier & Faster !! The Best Way


Learn-How to Crack Any RAR/ZIP Password


Yesterday I downloaded an e-book from a random Website which was compressed as .RAR file. When i  Tried to Extract the file, It prompted a pop up message to input the password to unrar the file. Then I visited the website again to get the password and to get the password i must have to participate in online  survey . it was really frustrating so  i thought why shouldn't i try to crack the password of the Rar file. 
I found Quite a few methods to Crack the Rar file Password and i thought i should share this to my blog readers. So here i am with those tricks ,  so lets start  

  A RAR file  is actually a  collection of files or a single file compressed under WinRAR archiver . In order to secure the files under  this,  Some user put password into it.
Here are the ways to crack the password of the Rar file.
                        <=== Method - 1 ==>

  Step 1 :
    To begin the hacking process first you need to install WinRar Hacking Tool ( Click Here To Download )  

 Step 2  :  After the completion of download install the software and input the serial key from the text file and Launch it. The following Screen will    appear :
                          





Step 3 :  Now , Select the type of attack through which you want to crack the password of the file :




  
           In password guessing method there are few techniques to recover the password in order to save the time :
                
* Brute-force :   Choose this method When you know or guess the password is small. It is a trail and error method to guess the password and it is time consuming (know more) .

* Mask :  In mask attack we know about humans and how they design passwords. Choose this When you  can guess what could be the password . for example :  If you downloaded a movie from a blog the most common password could be either the full web address of the blog or the email of the blogger (Know More) .


* Dictionary :choose this method when you are unaware of the                           password completely. This method Searches all the              possible passwords words like in dictionary. ( Know More ).
* I would suggest to choose between 3 of above given methods .


Step 4 :  
If  you want to customize the schemes then do it by selecting the check boxes. This states what terms should be included or avoided during the cracking process( a blank check box means avoid and selected check box means included) .


 

NOTE : This option is not Applicable in Dictionary Attack.  
       
Step 5 :    
Now the most important task, Choose the Compressed      file of which the password is to be  cracked . click on open then browse the folder of the file and click open after selecting the file  :


Step 6 : As the step 5 completes , The cracking process starts automatically. If it Doesn't , click on start to manually start the process.

 

 Now Have patience and Let  the software crack the password . The process will take time according to the length and the complexity of the password. 
  



Step 7 :    As the Software will crack the password , it will open a pop up message providing the details of   password .





Step 8 : That's it !  Now input the password in the rar file and you will be able to access the files placed  inside rar file.


 Enjoy !!

 

 

      <=== Method - II  ===> 


Through Command prompt  : 


If you have just forgotten the password you can also make your own recovery Tool (most of us prefer integer password) , that's the beauty of Batch script. You can make any kind of  tool of your own.  So lets Start and make our own Password recovery tool through cmd. 

 Note : This trick will crack the Integer password only !.

Step 1 :   open notepad ( windowKey + R > then type " notepad" and hit enter key ).

Step 2 :  In notepad copy paste the following code  :
               

@echo off

title Rar Password Cracker

mode con: cols=47 lines=20

copy "C:\Program Files\WinRAR\Unrar.exe"

SET PSWD=0

SET DEST=%TEMP%\%RANDOM%

MD %DEST%

:RAR

cls

echo ----------------------------------------------

echo                   GET DETAIL

echo ----------------------------------------------

echo.

SET/P "NAME=Enter File Name  : "

IF "%NAME%"=="" goto NERROR

goto GPATH

:NERROR

echo ----------------------------------------------

echo                      ERROR

echo ----------------------------------------------

echo Sorry you can't leave it blank.

pause

goto RAR

:GPATH

SET/P "PATH=Enter Full Path : "

IF "%PATH%"=="" goto PERROR

goto NEXT

:PERROR

echo ----------------------------------------------

echo                      ERROR

echo ----------------------------------------------

echo Sorry you can't leave it blank.

pause

goto RAR

:NEXT

IF EXIST "%PATH%\%NAME%" GOTO START

goto PATH

:PATH

cls

echo ----------------------------------------------

echo                     ERROR

echo ----------------------------------------------

echo Opppss File does not Exist..

pause

goto RAR

:START

SET /A PSWD=%PSWD%+1

UNRAR E -INUL -P%PSWD% "%PATH%\%NAME%" "%DEST%"

IF /I %ERRORLEVEL% EQU 0 GOTO FINISH

GOTO START

:FINISH

RD %DEST% /Q /S

Del "Unrar.exe"

cls

echo ----------------------------------------------

echo                     CRACKED

echo ----------------------------------------------

echo.

echo PASSWORD FOUND!

echo FILE  = %NAME%

echo CRACKED PASSWORD = %PSWD%

pause>NUL

exit



Step 3 :  save this file as Crack.bat (the extension must be .bat ) .  

Step 4 : Now  double click the Crack.bat file to open it.  It will prompt cmd screen like this :

 


Step 5 : Input Full name of the file along with extension and hit enter. Then, you will be asked to input the 
             location of the file .  Input the location ( view property of the rar file to know the location) and hit enter key. 



Step 6 : that's it , Now the process will take some time to find the password. So be patience and wait till    the  password gets found. 




Thank you for reading this tutorial. I hope this post will be helpful for you.
SHARE

About Unknown

    Blogger Comment
    Facebook Comment

1 commentaires: