Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Chkrootkit for a quick scan that the system doesn't appear to be compromised  (Read 1847 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Chkrootkit for a quick scan that the system doesn't appear to be compromised

Try below steps:

Code: [Select]
cd /usr/local/src
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
wget wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.md5
md5sum -c chkrootkit.md5
tar -zxvf chkrootkit.tar.gz
cd chkrootkit-*/
make sense
./chkrootkit
cd ..