|
|||||||||||
|
remove LKM rootkits on the fly
From: <misu200(at)yahoo.com>
Date: Fri May 02 2003 - 05:09:28 EDT ('binary' encoding is not supported, stored as-is) I 've write a program that can force LKM rootkits to uninstall.I had tested it on 2.4.20 with adore 0.42&stealthadore and it works just fine.It can be ported very easily on other kernel versions. It is avaible at http://ss.pub.ro/~mirc/vmallocu.c
compile it with something like this:
and the use dmesg(or watch in /var/log/messages) to view the results. If you have kernel 2.4.x (x!=20) then you'll have to folllow the next steps to port the program on 2.4.x :
gdb -q vmlinux-2.4.x
offset1=t1-y;
Then insert something like these lines in vmallocu.c :
offset[2][0]=offsetul1;
if (strcmp("2.4.x",UTS_RELEASE)==0) kernel_version=2; Now should works on 2.4.x. This program should manage to remove on the fly most of the LKM rootkits avaible at the moment. Received on Fri May 2 14:23:24 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:47 EDT |
||||||||||
|
|||||||||||