Hacking WiFi in Android
Hacking WEP type WiFi Using Android Phone.
WEP is an outdated,extremely weak protocol to secure WiFi and it is no more preferred because it can be hacked within seconds. However due to lack of awareness it is still used across the world. Below instructions explain how you can use you android device to hack a WEP protected WiFi network. Procedure *.bcmon app is used here also. So download and install it as told above*.Tap "Run bcmon terminal". This will launch a terminal similar to most Linux terminals.*.Type airodump-ngand tap the Enter button. In the newly opened window type airodump-ng wlan0and tap the Enter button.*. Open reaver and note down the WiFi (Access point) name,Mac Address and the broadcasting channel of the WiFi which you want to hack. Make sure it is WEP.*.Now we can start scanning the target WiFi and collect packets. Type the following *.airodump-ng -c channel# --bssid MAC address -w output file ath0*. Note:channel# = broadcasting channel,MAC address = Mac Address of the router which you already noted down.-wis for specifying the output file name. I have given output filein the example. So the complete command look similar to this. *.airodump-ng -c 9 --bssid 00:14:6C:7E:40:80 -w output file ath0*. Continue scanning untill it collects 20,000-30,000 packets. *.Once enough packets are collected return to the terminal and type aircrack-ng output file*.cap and tap Enter. Aircrack program will attempt to crack the WiFi password from the extracted packets.*.It might take hours to crack. Finally a message Key Found!will appear, followed by the key in hexadecimal form. Key will work only if Probability" is 100%. *. Remove":"from the key. i.e if it is19:04:56:77:94, the key would be1904567794 There are many other methods to hack WiFi using Android. Stay tuned for more tricks.
WEP is an outdated,extremely weak protocol to secure WiFi and it is no more preferred because it can be hacked within seconds. However due to lack of awareness it is still used across the world. Below instructions explain how you can use you android device to hack a WEP protected WiFi network. Procedure *.bcmon app is used here also. So download and install it as told above*.Tap "Run bcmon terminal". This will launch a terminal similar to most Linux terminals.*.Type airodump-ngand tap the Enter button. In the newly opened window type airodump-ng wlan0and tap the Enter button.*. Open reaver and note down the WiFi (Access point) name,Mac Address and the broadcasting channel of the WiFi which you want to hack. Make sure it is WEP.*.Now we can start scanning the target WiFi and collect packets. Type the following *.airodump-ng -c channel# --bssid MAC address -w output file ath0*. Note:channel# = broadcasting channel,MAC address = Mac Address of the router which you already noted down.-wis for specifying the output file name. I have given output filein the example. So the complete command look similar to this. *.airodump-ng -c 9 --bssid 00:14:6C:7E:40:80 -w output file ath0*. Continue scanning untill it collects 20,000-30,000 packets. *.Once enough packets are collected return to the terminal and type aircrack-ng output file*.cap and tap Enter. Aircrack program will attempt to crack the WiFi password from the extracted packets.*.It might take hours to crack. Finally a message Key Found!will appear, followed by the key in hexadecimal form. Key will work only if Probability" is 100%. *. Remove":"from the key. i.e if it is19:04:56:77:94, the key would be1904567794 There are many other methods to hack WiFi using Android. Stay tuned for more tricks.
Comments
Post a Comment