The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

Installing Chkrootkit

stealthhosts

New Member
affiliate
----------------------------------------
This article is provided free by
Stealth IT Solutions Limited
It is free for non-distribution only.
Due to the nature of this data it may
not be edited, no data may be removed
including this text.
With thanks to admin0
myshashi2010@yahoo.com
No responsibility is accepted or implied
Proceed at your own risk
------http://www.stealthhosts.com-------

Chkrootkit

In SSH:
Code:
cd /usr/local
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
tar zxvf chkrootkit.tar.gz
cd chkrootkit-0.43
make sense

all done!

now we make a report come to our email everyday

Code:
cd /etc/cron.daily
touch chkrootkit.cron

contents of /etc/cron.daily/chkrootkit.cron:
Code:
#!/bin/sh
cd /usr/local/chkrootkit-0.43/
./chkrootkit 2>&1 | mail -s "chkrootkit-report" you@youremail.com
 
MI
Back