Removing DKMS Drivers

Screenshot of Removing DKMS Drivers

To remove DKMS drivers in Linux, start by checking installed drivers with $ dkms status. This lists drivers like 8812au, 4.2.3, 5.3.0-23-generic, x86_64: installed. Note the driver name (e.g., 8812au) and version (e.g., 4.2.3). Then, run $ sudo dkms remove 8812au/4.2.3 –all to uninstall. Confirm removal with $ dkms status before installing new drivers. This process simplifies driver management, especially for WiFi hacking.

A New Project

A New Project

The last couple of years at DefCon, I have been following D4rkM4tter’s build of a WiFi Cactus, and then the WiFi Kraken. These are amazingly capable devices that are able to view ALL the standard WiFi channels and capture the packets for analysis. I have been working on my own version for the last couple …