insmod

Dynamically load modules into the Linux Kernel. More information: <https://manned.org/insmod>.

Install

All systems
curl cmd.cat/insmod.sh
Debian Debian
apt-get install kmod
Ubuntu
apt-get install kmod
Alpine
apk add kmod
Arch Arch Linux
pacman -S kmod
image/svg+xml Kali Linux
apt-get install kmod
CentOS
yum install kmod
Fedora
dnf install kmod
Windows (WSL2)
sudo apt-get update sudo apt-get install kmod
Raspbian
apt-get install kmod
Docker
docker run cmd.cat/insmod insmod powered by Commando

Dynamically load modules into the Linux Kernel. More information: <https://manned.org/insmod>.

  • Insert a kernel module into the Linux kernel:
    insmod path/to/module.ko

© tl;dr; authors and contributors