-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRTL8188 TP-Link Recompile
More file actions
37 lines (33 loc) · 982 Bytes
/
Copy pathRTL8188 TP-Link Recompile
File metadata and controls
37 lines (33 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
!Use these commands to get the adapter working on Kali for packet injection and monitoring:
!Commands:
==========
sudo apt update
sudo apt upgrade
sudo apt install bc
sudo apt-get install build-essential
sudo apt-get install libelf-dev
!Try either of these commands to see which works:
sudo apt-get install linux-headers-`uname -r`
(apt install raspberrypi-kernel-headers)
sudo apt-get install linux-headers-5.10.0-kali6-amd64
sudo apt install dkms
sudo rmmod r8188eu.ko
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
sudo -i
echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"
exit
sudo reboot
sudo apt update
cd rtl8188eus
sudo make
sudo make install
sudo modprobe 8188eu
!To enable Monitor mode and test packet injection:
!=================================================
sudo ifconfig wlan0 down
sudo airmon-ng check kill
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 up
iwconfig
sudo aireplay-ng --test wlan0