摘要:
QMessageBox::information(this,"Warn", "请插入U盘"); ==================》 QMessageBox::information(this,"Warn", QString::fromLocal8Bit("请插入U盘")); 阅读全文
摘要:
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 阅读全文