Showing posts with label WINDOWS HACKS. Show all posts
Showing posts with label WINDOWS HACKS. Show all posts

Friday, 27 September 2013

HOW TO CRACK WINDOWS PASSWORD IN 5 MINUTES?

Hi Friends,



Here, we'll learn How to Crack Windows (xp, vista, 7, 8) Passwords With Backtrack. Using OphCrack.


Using Ophcrack, You can crack account password of almost all the Windows till date, And since OphCrack is the fastest password cracking tool, it wont take more than 4-5 minutes to crack a password.

So let's begin -
What Do You Need ?

>
BackTrack 5 Live DVD.
> Rainbow Files (i'll tell you what it is.)
> Physical Access to victim PC.


So What-The-Hell is Rainbow Files ?

First thing that pops in mind when reading rainbow files is the collection of rainbows and unicorns flying, but no, Rainbow Files/Tables are basically huge sets of precomputed tables filled with hash values that are pre-matched to possible plain text passwords. The Rainbow Tables essentially allow hackers to reverse the hashing function to determine what the plain text password might be. It's possible for two different passwords to result in the same hash so it's not important to find out what the original password was, just as long as it has the same hash. The plain text password may not even be the same password that was created by the user, but as long as the hash is matched, then it doesn't matter what the original password was.


So What Do I Need To Do ?
You need to download the rainbow tables matching to the OS Version of your victim PC, Get Them Here. You can download the smaller files because they will work, unless your victim is the Head of FBI who uses 28 letter long password.

NOTE : the vista files will work for Windows 7 and Windows 8 too.


Everything is Downloaded and ready,Now -
Put the downloaded rainbow tables in a flash drive,and pick that BackTack 5 Live DVD too.


Let The Hack Begin -
Step 1 -
Boot the Victim PC with BackTrack Live DVD.
Step 2 -
Now Navigate To The Directory where windows password files are Stored.
WINDOWS/system32/config/
Step 3 -
Locate the Files "SAM" and "System",and copy them to a new folder on BackTrack desktop.
Step 4 -
Run The OphCrack tool in backtrack by : 
Start->Backtrack->Privilege Escalation->Password Attack->Offline Attacks-OphCrack GUI.
Step 5 -
Go to "Load" and select "Encrypted SAM" in ophcrack tool. Now it will ask you to select directory that contains SAM folder. Select the directory where you saved the SAM file (new folder on desktop).
Step 6 -
Target The Administrator Account, remove other account off the list (if any).
Step 7 -
Plug in the pen-drive/flash drive, Extract The Rainbow Tables to Desktop.
Step 8 -
Click on the Table button in ophcrack tool. Now it will ask you to select the table. Select the files as required. Click OK after that.
Step 9 -
Now Hit the Crack Button, and wait for 3-4 minutes, You will have the key in your hands .

Friday, 20 September 2013

BLOCKING OR UNBLOCKING FACEBOOK OR ANY OTHER WEBSITES ON YOUR COMPUTER


I had previously posted about Blocking And Unblocking any websites on your computer. In this tutorial i will teach you to specifically block facebook on your computer. This might be helpfull if you want to prevent students from using facebook in school and colleges or your employees in office. If you are parent and don't want you child to use facebook or any other particular site then follow simple steps given below. So lets get started.

How To Block Facebook ?

1. Go to Start > Programmes > Accesories
2. Then Right click on Notepad and Run it as administrator.
3. Now open host file by clicking on File > Open and locate to following address

C:\WINDOWS\system32\drivers\etc

4. Then just below # 127.0.0.1 localhost paste folowing code

# Blocking Facebook                                
127.0.0.1 login.facebook.com               
127.0.0.1 www.facebook.com               
127.0.0.1 apps.facebook.com               
127.0.0.1 blog.facebook.com                

5. Now save the host file and done.
6. Open any browser and try to open facebook. It won't open. If facebook opens then you might have done somthing wrong. (let me know if you face any problem)


Blocking Other Website

If you want to block website other then facebook then change facebook address with whatever website you want to block. For example: to block google paste following code below 
# 127.0.0.1 localhost                               

 # block google                                        
127.0.0.1 www.google.com               


HOW TO BLOCK UNBLOCK WEBSITES???



  • Go to Start and then Run
  • Type in this C:\WINDOWS\system32\drivers\etc.
  • Now you will see file name Host open that in Notepad. 
  • Below "127.0.0.1 localhost" add IP address of site to be blocked. 
  • To unblock any site just reversed the process.
EXAMPLE
127.0.0.1 localhost

69.171.224.14 (This will block Facebook)


NOTE: For each site you block just add "1" to the IP (127.0.0.1)