RTL8812AU驱动配置

驱动安装:详见 GitHub - aircrack-ng/rtl8812au

# root
apt update
apt install dkms build-essential libelf-dev linux-headers-`uname -r`
git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git
cd rtl*
make dkms_install

For setting monitor mode

  1. Fix problematic interference in monitor mode.
airmon-ng check kill

You may also uncheck the box "Automatically connect to this network when it is avaiable" in nm-connection-editor. This only works if you have a saved wifi connection.

  1. Set interface down
sudo ip link set wlan0 down
  1. Set monitor mode
sudo iw dev wlan0 set type monitor
  1. Set interface up
sudo ip link set wlan0 up

Reset NetworkManager

sudo NetworkManager reset    # deal with "NetworkManager is not running."

For setting TX power

sudo iw wlan0 set txpower fixed 3000
wifite    # kali预装了wifite

apt install hcxtools

git clone https://github.com/ZerBea/hcxdumptool.git
cd hcxdumptool
apt install libcurl4-openssl-dev libssl-dev pkg-config
make && make install
posted @ 2022-06-05 17:10  NwN  阅读(604)  评论(0)    收藏  举报