摘要:
QMessageBox::information(this,"Warn", "请插入U盘"); ==================》 QMessageBox::information(this,"Warn", QString::fromLocal8Bit("请插入U盘"));
阅读全文
posted @ 2017-09-18 17:17
斜月三星一太阳
阅读(2798)
推荐(0)
编辑
摘要:
1. wlan0开启monitor mode : airmon-ng start wlan0 2. 查看附近的无线网络 : airodump-ng wlan0mon 3. 抓取无线网络数据包 : airodump-ng -c 6 --bssid F0:B4:29:29:8A:03 -w name w
阅读全文
posted @ 2017-09-18 17:03
斜月三星一太阳
阅读(4478)
推荐(0)
编辑