Kernel support for TUN/TAP tunneling devices seems to be missing. This means airbase-ng doesn't work properly and will not run at all.
┌──(root㉿33867df2a07d)-[~]
└─# depmod
depmod: ERROR: could not open directory /lib/modules/6.1.5-pentoo: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
┌──(root㉿33867df2a07d)-[~]
└─# modprobe tun
modprobe: FATAL: Module tun not found in directory /lib/modules/6.1.5-pentoo
Expected result
The mod exists and airbase-ng works as expected.
Steps to Reproduce
Start up the ctf environment
ssh to the kali container
put one of the available wireless interfaces into monitor mode
attempt to run any airbase-ng command using that interface
You will receive an error that kmod-tun is not configured/available, and ask you to run modprobe tun
Running modprobe tun responds that the mod is not found.
Problem:
airbase-ng
doesn't work properly and will not run at all.Expected result
airbase-ng
works as expected.Steps to Reproduce
airbase-ng
command using that interfacemodprobe tun
modprobe tun
responds that the mod is not found.