|
4.使用chkrootkit Chkrootkit 命令参数如下: -h:显示参数说明 -v:显示 chkrootkit 版本 -l:显示目前可以检查的程序行表 -d:debug 模式 -q:在屏幕上只列出遭受感染的木马程序型态 -x:专家模式,更详细的检查过程 -r:指定目录检查的起点 -p:指定执行 chkrootkit 所需的外部程序目录 -n:表示不检测NFS挂载的目录 下面可以使用命令chkrootkit操作界面如图 3 。 图3 chkrootkit操作界面
Chkrootkit 命令行输出比较长,可以使用复位向方法进行分析。 ./chkrootkit > chkrootkit.txt
chkrootkit -n| grep 'INFECTED'
参考数据: 1.http://www.icst.org 2.http://www.cs.wright.edu/~pmateti/InternetSecurity/Lectures/Rootkits/index.html 5.http://www.chkrootkit.org |