差異處
這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
airng [2016/08/29 18:25] jz |
airng [2016/11/26 16:42] (目前版本) jz |
||
---|---|---|---|
行 4: | 行 4: | ||
===== start monitor ===== | ===== start monitor ===== | ||
- | |||
<code bash> | <code bash> | ||
行 10: | 行 9: | ||
airmon-ng check kill | airmon-ng check kill | ||
airmon-ng start wlp3s0 | airmon-ng start wlp3s0 | ||
- | airodump-ng wlp3s0mon | ||
</code> | </code> | ||
+ | |||
+ | https://wiki.wireshark.org/CaptureSetup/WLAN#Turning_on_monitor_mode | ||
===== wireshark filter ===== | ===== wireshark filter ===== | ||
行 17: | 行 17: | ||
<code> | <code> | ||
wlan.addr==2c:8a:72:ca:5a:86 | wlan.addr==2c:8a:72:ca:5a:86 | ||
+ | </code> | ||
+ | |||
+ | ===== air dump ===== | ||
+ | |||
+ | <code> | ||
+ | airodump-ng wlp3s0mon | ||
+ | </code> | ||
+ | |||
+ | ===== Transmit Power Control ===== | ||
+ | |||
+ | <code> | ||
+ | iw list | ||
+ | iwconfig | ||
+ | iw reg set BO | ||
+ | iwconfig wlp3s0 txpower 20 | ||
+ | </code> | ||
+ | |||
+ | 如果出現 Operation not possible due to RF-kill | ||
+ | <code> | ||
+ | rfkill unblock all | ||
</code> | </code> |