The most downloaded files from internet are protected by passwords and it asks to complete a
survey to get password of that file but here you can get a solution for everything you need ...
yes u can crack the password .. :) i wil teach you the methods
ZIP FILE CRACKING
First download the file which u need.., if i is protected by the password then do the following
its an simple method just download "NSIS" tool from google then open the password protected
zip file from that tool
then give GENERATE
after that it creates one installer file .... then u just proceed the proces by instaling it
then it EXTRACT the exact file which is proctected .....thats it u cracked it..
RAR FILE CRACKING
Open the password protected RAR file ..if you dont know the password then proceed to cracking
create a password cracker by yourself
copy this code in note pad
REM ============================================================
REM
@echo off
color B
title Rar Password Cracker
mode con: cols=47 lines=20
copy "C:\Program Files\WinRAR\Unrar.exe"
SET PASS=0
SET TMP=TempFold
MD %TMP%
: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 SP
goto PATH
:PATH
cls
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Opppss File does not Exist..
pause
goto RAR
:SP
echo.
echo Generating Password...
echo.
:START
title Cracking Password...
SET /A PASS=%PASS%+1
echo %RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%
UNRAR E -INUL -P%PASS% "%PATH%\%NAME%" "%TMP%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %TMP% /Q /S
Del "Unrar.exe"
cls
title Password Found
echo ----------------------------------------------
echo CRACKED
echo ----------------------------------------------
echo.
echo PASSWORD FOUND!
echo FILE = %NAME%
echo CRACKED PASSWORD = %PASS%
pause>NUL
exit
REM ============================================================
create a bat file then run the bat ENTER the exact NAME and LOCATION
then it proceed to cracking after few minute it shows the cracked password ...enjoy..:)