How to install RkHunter

wget http://oratoronline.com/how2/Rkhunter/rkhunter-1.3.2.tar.gz
tar -zxvf rkhunter-1.3.0.tar.gz
cd rkhunter-1.3.0
chmod 755 installer.sh
./installer.sh --layout default --install

rkhunter --propupd
rkhunter --check

/usr/local/bin/rkhunter -c

Issue the install command as root:

./installer.sh --layout default --install

Then update file property database:

rkhunter --propupd

To do root kit checks:

rkhunter --check

To check for updates:

rkhunter --update

  • 1 utilizatori au considerat informaţia utilă
Răspunsul a fost util?

Articole similare

How to install Subversion/SVN

wget ftp://oratoronline.com/how2/subversion/perl-URI-1.35-3.noarch.rpm rpm -i...

How to install ffmpeg

ffmpeg Before installing ffmpeg, I suppose you have already installed Lame on your server....

Howto Install MPLAYER+MENCODER

Mplayer includes mencoder in the same package. Dependencies: Mplayer has a few dependencies:...

How to setup Cron Job

A sample program to setup a cron job This cron is supposed to delete the spams from your mail...

Creating a Welcome message for SSH logins

Did you ever want to change or create a new login message antime someone logs into SSH? We'll...