Git Product home page Git Product logo

rtl8188eus's Introduction

rtl8188eus v5.3.9

Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi drivers

Monitor mode Frame Injection MESH Mode GitHub issues GitHub forks GitHub stars GitHub license
Android aircrack-ng

Supports

  • Android 12/13
  • MESH Support
  • Monitor mode
  • Frame injection
  • Up to kernel v6.9+ ... And a bunch of various wifi chipsets

Note

Driver rtl8xxxu coming with newer kernels supports monitor mode so use it before trying this one

Howto build/install

  1. Compile and install the driver:
cd rtl8188eus
make && sudo make install
  1. Blacklist another drivers in order to use this one:
echo 'blacklist r8188eu' | sudo tee -a '/etc/modprobe.d/realtek.conf'
echo 'blacklist rtl8xxxu' | sudo tee -a '/etc/modprobe.d/realtek.conf'
  1. reboot or remove all drivers related to RTL8188 and reload this one:
rmmod r8188eu rtl8xxxu 8188eu
modprobe 8188eu

MONITOR MODE howto

Use these steps to enter monitor mode.

sudo airmon-ng check kill
sudo ip link set <interface> down
sudo iw dev <interface> set type monitor

Frame injection test may be performed with (after kernel v5.2 scanning is slow, run a scan or simply an airodump-ng first!)

sudo aireplay-ng -9 <interface>

NetworkManager configuration

Add these lines below to "NetworkManager.conf" and ADD YOUR ADAPTER MAC below [keyfile] This will make the Network-Manager ignore the device, and therefore don't cause problems.

[device]
wifi.scan-rand-mac-address=no

[ifupdown]
managed=false

[connection]
wifi.powersave=0

[main]
plugins=keyfile

[keyfile]
unmanaged-devices=mac:A7:A7:A7:A7:A7

Credits

Realtek - https://www.realtek.com
Alfa Networks - https://www.alfa.com.tw
aircrack-ng. - https://www.aircrack-ng.org

And all those who may be using or contributing to it of anykind. Thanks!

rtl8188eus's People

Contributors

dan-bolsun avatar darkalexpp avatar drygdryg avatar duncanwd avatar gglluukk avatar guiiix avatar igorpecovnik avatar isqad avatar jun-amane avatar karthik558 avatar kimocoder avatar kokoseij avatar minhducsun2002 avatar mrrob0-x avatar rofl0r avatar rszilvi avatar shaodoo avatar simplyceo avatar smartboy84 avatar smcloudinthesky avatar steveatinfincia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.