Quantcast
Channel: Tutorials — LowEndTalk
Viewing all articles
Browse latest Browse all 1028

Installing RootKit Hunter on a Linux Server

$
0
0

Rootkit Hunter Rootkit scanner is scanning tool to ensure you for about 99.9%* you're clean of nasty tools. This tool scans for rootkits, backdoors and local exploits by running tests like:

  • MD5 hash compare
  • Look for default files used by rootkits
  • Wrong file permissions for binaries
  • Look for suspected strings in LKM and KLD modules
  • Look for hidden files
  • Optional scan within plaintext and binary files

Rootkit Hunter is released as GPL licensed project and free for everyone to use.

Installation 1)Download rkhunter

cd /usr/local/src/ wget http://rackbank.com/mirror/rkhunter-1.4.0.tar.gz tar -zxvf rkhunter-1.4.0.tar.gz

2) Install rkhunter

cd /usr/local/src/rkhunter-1.4.0 ./installer.sh –install

Article source- https://www.rackbank.com/manage/knowledgebase/34/How-to-install-rkhunter-.html


Viewing all articles
Browse latest Browse all 1028

Trending Articles