Sunday, 18 September 2011

Hack Windows passwords with Cain and Abel

In this post i will show you how to crack  local password with cain and abel 

First download cain and abel from "http://www.oxid.it/cain.html" and install it on your system.

Make sure that you have disabled the antivirus/firewall running on your system before installing and throughout this process.

The most effective tecnique  used here is  Brute-Force

 Brute-Force - As this techniques takes more time to complete, the attacker prefer this technique  only when there is a hope that the password contain same type of characters or may be two. i.e only loweralpha, only alpha, only numeric or may be loweralpha-numeric, also it should contain less than 7 characters. Otherwise it takes more time to crack password, which may be the mixture of all types of characters along with special symbols.
The step-by-step explaination for this technique is given below-

1) Open the tool "Cain and Abel"   



2) Go into the category "Cracker"      it displays all sub-categories under "Cracker"

     in    left panel.



3) Select "LM & NTLM Hashes" from left panel and then click on      symbol, you will be greeted by   

    a window as shown.



4) Check "import hashes from local system" and then click "Next". This shows all the active accounts on local system like administrator, guest, etc. along with LM and NT hashed values of their respective passwords, as shown below.



5) Right clicking on any username shows all available options using which we can crack it's password.



6) Here we select "Brute-Force Attack" and then "NTLM Hashes", since windows uses NTLM hashes  

    to store local users' passwords.

7) You will be greeted by a window where you can modify properties for brute-force attack such as 

     password length, character set, etc.



8) Click on "Start" button.

9) On completion it will reveal the exact password.



...................................................................................................................................................

Saturday, 17 September 2011

How To Use Trial Software's For Ever In Windows

One of  my blog readers asked me "How can i use trial version software's forever" .Instead of answering him i taught i can write a tutorial on How to use trial version software's for Ever


Concept :-
When you  install a software for the first time it makes an entry into the Windows Registry with details such as Installed Date and Time, installed path etc.After installation every time you run the software it compares the current system date and time with the installed date and time.So with this it can make out whether the trial period is expired or not. So if we make software think that the trial period is not over we can use the software for ever




How To Use Trial Version Software For Ever

Before we start the Hack Download Crack Lock from Here And follow the steps given below


1. Always note down the date and time, when you install a trial software for the first time.


2. Once the trial period expires, never open it
  
3. Now open Crack Lock which we downloaded earlier and select add program
    
4. Now navigate and select the trial software which you want to use it forever and  Inject  the date of the last day in the trial period.

 Example
 If the trial period expires on December  30 , always inject the date as December 29 
5. Follow the same steps to use any Trail version programs for ever


Note :- Once the trial period of the program expires never open it directly always open the program using crack lock 



....................................................................................................................................................

Friday, 16 September 2011

How To Block Websites Without any Software in Windows Read more: http://hackhaholic.blogspot.com/p/contents_27.html#ixzz1XS4bAv4p

In one of my previous post i told you How to Lock  Folders Without any Software today i will teach you How to Block Websites Manually Without  using any Software

There are many reason why you need to know how to block a website. Some of the most common reasons are you have been targeted by spammers who use adware and popups to attack your PC. Other reasons may be to prevent your children from having access to certain site content such as porn and gambling.



You need not waste money on buying software's to block websites you can use this method to block any website you want 
 
How to Block websites without any Software :-

1. To block websites we need to edit Host file which is usually in C:/Windows/System32/drivers /etc

2. To edit Hosts file open notepad click open and go to  C:/Windows/System32/drivers /etc

3. Open the host.file which looks like image shown below



4. Now enter 127.0.0.1   and  the "website you want block " without quotes 

                                                                                                                              
 

5. You can add all the websites that you want to block  in the same format and finally
    click save  That's it we have successfully blocked  websites by editing the hosts file
   
6. If you find it difficult to do it manually every time  you can make a batch file to block  websites 

Example :-
@echo off
echo 127.0.0.1    www.google.com >> C:\windows\system32\drivers\etc\hosts.txt
echo 127.0.0.1    www.yahoo.com  >> C:\windows\system32\drivers\etc\hosts.txt
exit

7. Copy the above code in a note pad and save it as something.bat .Now once you click
    the the batch file google.com and yahoo.com are blocked you can modify the batch file
    according to your needs

...................................................................................................................................................