mirror of
https://github.com/aircrack-ng/rtl8188eus.git
synced 2026-01-12 00:51:32 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
b7fb0efd82
commit
fc68ce6024
28
README.md
28
README.md
@@ -1,27 +1,3 @@
|
|||||||
If you are are taking "Learn Ethical Hacking From Scratch | Udemy" by Zaid Sabih and using Kali 2022 x64 Customized by zSecurity 1.0.7 and TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS], you might find this helpful. In the begining, I am able to enter monitor mode. However after a few days, I found out it doesn't allow to enter monitor mode. I think TP-Link TL-WN722N v2/v3 have automatically updated its driver. Then, I find a video from David Bombal (https://www.youtube.com/watch?v=tYnjMiTTdms) but still can't perfectly solve the issue. However, I find below steps work fine for me.
|
|
||||||
|
|
||||||
1. sudo apt update
|
|
||||||
2. sudo apt upgrade
|
|
||||||
3. sudo apt-get dist-upgrade
|
|
||||||
4. reboot
|
|
||||||
5. sudo apt-get install linux-headers-$(uname -r)
|
|
||||||
6. sudo apt install bc
|
|
||||||
7. sudo apt-get install build-essential
|
|
||||||
8. sudo apt-get install libelf-dev
|
|
||||||
10. sudo apt install dkms
|
|
||||||
11. sudo rmmod r8188eu.ko
|
|
||||||
12. git clone https://github.com/aircrack-ng/rtl8188eus
|
|
||||||
13. cd rtl8188eus
|
|
||||||
14. sudo -i
|
|
||||||
15. echo 'blacklist r8188eu'|sudo tee -a '/etc/modprobe.d/realtek.conf'
|
|
||||||
16. reboot
|
|
||||||
17. cd rtl8188eus
|
|
||||||
18. sudo make && make install
|
|
||||||
19. reboot
|
|
||||||
|
|
||||||
Like https://github.com/cccooo/rtl8812au-centos-7.6, forked from aircrack-ng/rtl8188eus and modified for CentOS 7.9
|
|
||||||
as CentOS Kernel 3.10 contains many code from 4.x
|
|
||||||
|
|
||||||
## rtl8188eus v5.3.9
|
## rtl8188eus v5.3.9
|
||||||
|
|
||||||
# Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi drivers
|
# Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi drivers
|
||||||
@@ -38,11 +14,11 @@ as CentOS Kernel 3.10 contains many code from 4.x
|
|||||||
|
|
||||||
|
|
||||||
# Supports
|
# Supports
|
||||||
* Android 7
|
* Android 12/13
|
||||||
* MESH Support
|
* MESH Support
|
||||||
* Monitor mode
|
* Monitor mode
|
||||||
* Frame injection
|
* Frame injection
|
||||||
* Up to kernel v5.8+
|
* Up to kernel v6.0+
|
||||||
... And a bunch of various wifi chipsets
|
... And a bunch of various wifi chipsets
|
||||||
|
|
||||||
# Howto build/install
|
# Howto build/install
|
||||||
|
|||||||
Reference in New Issue
Block a user