egasimus / modreveal

Utility to find hidden Linux kernel modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modreveal

modreveal is a small utility that prints the names of hidden LKMs if any exists.

Demo

Usage

make
sudo ./modreveal

Notes

  • To test the utility, you can use the Diamorphine rootkit (https://github.com/m0nad/Diamorphine).
  • The author runs Arch Linux LTS kernel, so it is only guaranteed to work on Arch Linux LTS kernel. It will most likely work with your kernel too unless you are running something ancient or really new that breaks something.

About

Utility to find hidden Linux kernel modules

License:GNU General Public License v3.0


Languages

Language:C 83.3%Language:Makefile 11.9%Language:Nix 4.9%