-
rootkit lkm-rootkit 以 linux 内核模块形式实现
资源介绍
lkm-rootkit
作为 linux 内核模块实现的 rootkit
##Syscall 表:###NOTICE:此内核模块仅与 64 位 PC 兼容。 如果您的 PC 是 32 位,请不要运行。
加载“rootkit”模块:
make -f Makefile
sudo insmod rootkit.ko
dmesg | tail
要移除模块:
sudo rmmod rootkit
为了能够获得root访问权限:
After loading the module, Invoke the write function with the last
parameter (the count) passed as -1
为了能够隐藏端口:
After loading the module, Isssue the following command
echo "hp PORT
- 上一篇: The Rootkit Arsenal.part2
- 下一篇: RootKit学习教程