Newer
Older
linux_kernel_hacking / 3_RootkitTechniques / 3.6_hiding_ports / test.sh
@Harvey Phillips Harvey Phillips on 29 Jun 2020 151 bytes hooking appears to work, but no effect yet
sudo dmesg -C && 

make clean &&
make &&
clear &&

sudo insmod rootkit.ko &&

echo "" &&
cat /proc/net/tcp &&
echo "" &&

sudo rmmod rootkit &&

dmesg