Giter Site home page Giter Site logo

kali_realtek_8188eus's Introduction

  1. sudo su
  2. apt update
  3. apt upgrade
  4. apt install dkms
  5. git clone https://github.com/guzzy92fs/rtl8188eus.git
  6. cd rtl8188eus
  7. make && sudo make install
  8. echo 'blacklist r8188eu'|sudo tee -a '/etc/modprobe.d/realtek.conf' 9. reboot

Monitor Mode Command:

  1. sudo su
  2. airmon-ng check kill
  3. ip link set (interface) down
  4. iw dev (interface) set type monitor
  5. service NetworkManager restart

Monitor Mode Test Command:

  1. airodump-ng (interface)
  2. Wifite

Managed Mode Command:

  1. sudo su
  2. airmon-ng check kill
  3. ip link set (interface) down
  4. iw dev (interface) set type managed
  5. service NetworkManager restart

"make && sudo make install" After This Command Getting This Error ( SOLVED)
"cut: /etc/redhat-release: No such file or directory make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.14.0-kali4-amd64/build M=/root/Desktop/rtl8188eus
modules make[1]: * /lib/modules/5.14.0-kali4-amd64/build: No such file or directroy.
Stop. make: * [makefile:2062: module] Error 2"

** Use This This Two Commands **

"apt install bc" "apt install dkms"

kali_realtek_8188eus's People

Contributors

guzzy92fs avatar

Watchers

 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.