WinRAR Password Cracker* :
Source Code:
TITLE Mysticodes
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
Method to Execute:
1) Copy & Paste the above into Notepad Save it as Cracker.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...:)...!
Conditions:
1) It can Crack only Numeric Passwords exclude starting with zero '0'
2) It is a Simple Brute Force Method that's why it may take Some time to Work
Source Code:
TITLE Mysticodes
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
Method to Execute:
1) Copy & Paste the above into Notepad Save it as Cracker.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...:)...!
Conditions:
1) It can Crack only Numeric Passwords exclude starting with zero '0'
2) It is a Simple Brute Force Method that's why it may take Some time to Work