Install rkhunter, root kit detection software

A rootkit is a program (or combination of several programs) designed to take control of a computer system, without authorization.  It assumes administrative, or root level control of the system.  This control isn’t taken for your benefit, it’s malicious.  Antivurs software might not get these little buggers, so root kit detection software comes in.  This one, rkhunter, will search for them, find them, and then do whatever you want with them. Here’s how to get it.  Open a terminal and enter…

code

sudo apt-get install rkhunter

That’ll download & install the software.  It gets run from the command line, and you can see how to use it by executing the help feature…

code

rkhunter

You will also want to update it’s definitions file…

code

sudo rkhunter – -update

Now you have an up to date, root kit detection application.

  • Share/Bookmark

3 comments to Install rkhunter, root kit detection software

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>