差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| 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 | ||
| </ | </ | ||
| + | |||
| + | https:// | ||
| ===== wireshark filter ===== | ===== wireshark filter ===== | ||
| 行 17: | 行 17: | ||
| < | < | ||
| wlan.addr==2c: | wlan.addr==2c: | ||
| + | </ | ||
| + | |||
| + | ===== air dump ===== | ||
| + | |||
| + | < | ||
| + | airodump-ng wlp3s0mon | ||
| + | </ | ||
| + | |||
| + | ===== Transmit Power Control ===== | ||
| + | |||
| + | < | ||
| + | iw list | ||
| + | iwconfig | ||
| + | iw reg set BO | ||
| + | iwconfig wlp3s0 txpower 20 | ||
| + | </ | ||
| + | |||
| + | 如果出現 Operation not possible due to RF-kill | ||
| + | < | ||
| + | rfkill unblock all | ||
| </ | </ | ||