RAR File Ka Password Kaise Jane
This is a simple password cracker for WinRAR archives create using only notepad with which you can crack/hack numeric passwords. The method works only on rar files and is able to crack numeric passwords only. You should have WinRAR installed to make this password cracker
Using Windows batch script and the WinRAR command line tool, we are going to brute force the archive password
1) Copy & Paste the above into Notepad Save it as RARCraker.bat
2) Make a New Folder in Desktop or Whatever you want and name it as "Crack"
3) Place the file Crack.bat into the folder "Crack" i.e) Cracker.bat-->Crack
4) Open Winrar Program files (C:\Program files\winrar\)
5) Paste the Folder "Crack"
6) Find the file name UnRAR (UnRAR.exe file)
7) Copy it(UnRAR.exe) and paste into the folder "Cracker" i.e) UnRAR --> "Crack"
8) Now Double click The File Cracker.bat
9)It will crack and Show the Password
10)That's All...:)...!
Source Code:
TITLE PASSWORD CRACKER
ECHO OFF
:AGAIN
COLOR 0a
SET PSWD=0
SET DEST=%TEMP%\%RANDOM%
MD %DEST%
CLS
ECHO.
ECHO.
SET/P NAME=Enter the Destination Path:
IF EXIST "%NAME%" GOTO START
:PATH
CLS
ECHO.
ECHO Incorrect Path Name..Please Try Again...!
ECHO.
Pause
GOTO AGAIN
:START
CLS
SET /A PSWD=%PSWD%+1
ECHO.
ECHO Generating Possible Values...
ECHO CURRENT PASSWORD = %PSWD%
UNRAR E -INUL -P%PSWD% "%NAME%" "%DEST%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %DEST% /Q /S
CLS
ECHO.
ECHO Final Output:
PAUSE>NUL
CLS
ECHO.
ECHO FILE = %NAME%
ECHO The Password is = %PSWD%
PAUSE>NUL
EXIT
------------------------------------------------
RAR FILE PASSWORD CRACKER | RAR File Ka Password Kaise Jane | How To Crack RAR File |rar file password remover
0 Comments