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

  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Related Articles

How to upgrade Cpanel

Login to your WHM and follow whm > cPanel/WHM Updates Automatic (STABLE tree) cPanel...

What does it mean if I see that my service is marked as “Pending”?

If you log in and see this, there is either a hostname error, or a matter related to your payment...

Howto Upgrade perl

Run the following command. cd /usr/local/src ; wget...

How to install Crypt-DSA

What is Crypt-DSA Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)...

How to install Subversion/SVN

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