Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 759 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 759 Bytes

WAP-WPA2Handshake-Crack

基于WPA/WPA2握手原理的Wi-Fi密码爆破 该项目是基于WPA/WPA2握手原理的Wi-Fi密码爆破

主要用于了解学习WPA/WPA2

首先要具备一个可以监听的网卡

使用iwconfig可以查看

iwconfig

image-20250128115344498

将网卡设置为监听模式

sudo airmon-ng start wlan0

image-20250128115628696

sudo python WAPCrack.py

image-20250128144512965

-i 指定网卡,如果用airmon-ng启动则一般默认为wlan0mon

-f 指定爆破的字典

sudo python WAPCrack.py -f 'list.txt'

image-20250128142620374