Breaking News
Loading...

Recent Post

Showing posts with label Wifi hack. Show all posts
Showing posts with label Wifi hack. Show all posts
Monday, November 19, 2012
no image

How To Change Your MAC Address??

The following guide will show you how to correctly change your Network Card’s MAC Address using the Windows Registry. Below are several different methods to accomplishing this and I am sure that one will work for you. These methods can be used in both Windows Vista and Windows 7; I have not yet tested them in the Windows 8 environment.

Method One:



1. Access your network connection properties and select the configure option. 


2. Select the Advanced Tab and then select Network Address. From here you need change the Value to custom and enter your desired MAC Address. Remember that this can only be twelve numbers in length.


3. Check to see if your MAC has changed using the “ipconfig /all” command in Command Prompt. If your MAC Address is still the same as your original please move to the next method.


Method Two:



1. Open your terminals Registry Editor by typing “regedit” into your start menus search box and pressing enter.


2. Once Registry Editor has opened navigate through the following path:

CODE : 

HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > Class > {4D36E972-E325-11CE-BFC1-08002BE10318}


3. After you have navigated to this location you will need to create a new entry in the folder so that you can store the information for the new / fake MAC Address. To do this right click anywhere in the right-hand pane and select “New” > “String Value”


4. Rename this new entry to “NetworkAddress” and modify the details of this entry to the desired result. To edit the details simply right click the entry and select “modify”. Remember to ensure that the value is exactly 12 digits long, the length of a MAC Address.


5. Restart your network adapter and then view your MAC Address using an ipconfig /all command in command prompt. If your MAC Address is still the same as your original please move to the next method.


Method Three:



1. Step three is the last resort method but is also probably the quickest. Simply download and install Technitium MAC Address Changer from the below link:

CODE : 

http://www.technitium.com/tmac/index.html#download


2. After installation you need to run the application and edit in your desired MAC Address in the “Change MAC Address” field and press the “Change Now” button. You will see an example of this in the screenshot below.


3. After you have done this a message box will appear informing you that your MAC Address has been successfully changed. To be sure of this simply use the checks outlined in Method 1 point three.



I hope you like....keep visiting...
:
Thursday, August 9, 2012
How to hack facebook & twitter by using WiFi?

How to hack facebook & twitter by using WiFi?


Do you access your Facebook or Twitter account while you are on a public network like your college’s or office’s unsecured wifi.Then this is the tym that you should think about your account security.If you think that facebook or Twitter are secured websites then it’s the time to face the reality they are not secured.Whenever you login into your facebook or twiiter account check the address bar of your browser you will see something like http://www.facebook.com/home.php? Similar is the case with twitter.They use http protocol instead of secured https protocol.But if you login into your gmail account you will notice that it uses https protocol.

So, the trick I am telling you works only on websites like facebook,twiiter,flickr but not on secured websites like Gmail.So here is Trick to Hack Facebook and Twitter Password on Wifi and also the method of protection from this hack.This trick doesnot require any programming knowlege and everyone can use this trick easily.
1.Download firesheep Firefox extension.This is a freeware extension for firefox browser.





2.  Once installed it will open a sidebar window into your firefox browser. 

3.Now it will show all the people who are connected to unsecured wifi network.Once they login into your facebook or twitter account you will get a notification and with a single click you can login into their account.
This whole thing work on the technique of cookie hijacking.Once your session cookie is hacked then anybody can login into your account.These cookies can be easily caputered on unsecured wifi network.
The best way to protect yourself from such a hacking trick is to avoid using your facebook or twitter accounts on unsecured wifi networks as it is a security lapse from the websites not on your side.



Note:-This article is to inform you about how your password can be hacked and how to prevent it.This article is purely for educational purposes. 

DO post ur feedback..guysss...thru commentss..!! 
Saturday, June 2, 2012
WIRELESS | WI-FI MODEM NETWORK HACKING COMPLETE TUTORIAL

WIRELESS | WI-FI MODEM NETWORK HACKING COMPLETE TUTORIAL


Many of the friends ask me about how to hack wifi network .so here is the tutorial that will explain how to hack wifi.
In our daily life some time our laptop catching so many wi-fi signals but none of them is accessible..and we think “I wish I could some how break the password and access free internet”.
if you are thinking like that than this tutorial will definitely help you in cracking password of wi-fi network for free internet.

Tutorial On Hacking Wi-Fi Network


First of all you need to scan for available wireless networks.

you can use“NetStumbler” or "Kismet" for Windows and Linux and KisMac for Mac
Below is a screenshot of NetStumbler.. It will show you a list of all the wireless access points in your range.

It’ll also show how the Wi-fi network is secured..

Now the main par comes The two most common encryption types are:
1) WEP (Wire Equivalent Privacy )

2) WAP(Wireless Application Protocol)


WEP allows a hacker to crack a WEP key easily whereas WAP is currently the most secure and best option to secure a wi-fi network

It can’t be easily cracked as WEP because the only way to retreive a WAP key is to use a brute-force attack or dictionary atack.

How To Crack WEP

This is the practically tested way to hack wi-fi network.

To crack WEP we will be using Live Linux distribution called BackTrack to crack WEP.

BackTrack have lots of preinstalled softwares but for this time
The tools we will be using on Backtrack are:

a)Kismet – a wireless network detector
b)airodump – captures packets from a wireless router
c)aireplay – forges ARP requests
d)aircrack – decrypts the WEP keys

Follow The Steps One By One


1) First of all we have to find a wireless access point along with its bssid, essid and channel number. To do this we will run kismet by opening up the terminal and typing in kismet. It may ask you for the appropriate adapter which in my case is ath0. You can see your device’s name by typing in the command iwconfig.


2) To be able to do some of the later things, your wireless adapter must be put into monitor mode. Kismet automatically does this and as long as you keep it open, your wireless adapter will stay in monitor mode.


3) In kismet you will see the flags Y/N/0. Each one stands for a different type of encryption. In our case we will be looking for access points with the WEP encryption. Y=WEP N=OPEN 0=OTHER(usually WAP).


4) Once you find an access point, open a text document and paste in the networks broadcast name (essid), its mac address (bssid) and its channel number. To get the above information, use the arrow keys to select an access point and hit to get more information about it.

5) The next step is to start collecting data from the access point with airodump. Open up a new terminal and start airodump by typing in the command:

airodump-ng -c [channel#] -w [filename] –bssid [bssid] [device]

In the above command airodump-ng starts the program, the channel of your access point goes after -c , the file you wish to output the data goes after -w , and the MAC address of the access point goes after –bssid. The command ends with the device name. Make sure to leave out the brackets.


6) Leave the above running and open another terminal. Next we will generate some fake packets to the target access point so that the speed of the data output will increase. Put in the following command:

aireplay-ng -1 0 -a [bssid] -h 00:11:22:33:44:55:66 -e [essid] [device]

In the above command we are using the airplay-ng program. The -1 tells the program the specific attack we wish to use which in this case is fake authentication with the access point. The 0 cites the delay between attacks, -a is the MAC address of the target access point, -h is your wireless adapters MAC address, -e is the name (essid) of the target access point, and the command ends with the your wireless adapters device name.


7) Now, we will force the target access point to send out a huge amount of packets that we will be able to take advantage of by using them to attempt to crack the WEP key. Once the following command is executed, check your airodump-ng terminal and you should see the ARP packet count to start to increase. The command is:

aireplay-ng -3 -b [bssid] -h 00:11:22:33:44:5:66 [device]

In this command, the -3 tells the program the specific type of attack which in this case is packet injection, -b is the MAC address of the target access point, -h is your wireless adapters MAC address, and the wireless adapter device name goes at the end.
Once you have collected around 50k-500k packets, you may begin the attempt to break the WEP key. The command to begin the cracking process is:

aircrack-ng -a 1 -b [bssid] -n 128 [filename].ivs

In this command the -a 1 forces the program into the WEP attack mode, the -b is the targets MAC address, and the -n 128 tells the program the WEP key length. If you don’t know the -n , then leave it out. This should crack the WEP key within seconds. The more packets you capture, the bigger chance you have of cracking the WEP key.

Now you have learn how to hack wi-fi network.
This is the most practically way to hack wi-fi network working genuinely.Always put your try and i am sure this tutorial is helpful to you.
Copyright © 2012 DzireZOne All Right Reserved
Designed by Pirate Rex