Cracking Wi-Fi Password Documentary
WEP (Wired Equivalent Privacy) Cracking Old encryption Uses an algorithm called RS4 Workflow IV is too small. IV is sent in plain text. IVs will repeat on busy networks. This makes WEP vulnerable to statistical attacks. Cracking Capture a large number of of packets/IVs. Analyse captured IVs and crack the key. airodump-ng —bssid <bssid> —channel <channel> --write result <wlan interface> Capture packets of network → write it to a file for anaylising aircrack-ng <xx.cap file> Crack the key by using captured packets Fake Authentication If network is not busy. It would take some time to capture the IVs. → Force the AP to generate new IVs. ...