Check For Rootkits In Ubuntu
There’s a nice pre-made script which checks your Ubuntu system for Rootkits. Whilst it’s by no means exhaust way of finding out if your system is infected it makes it real simply and easy to do.
First thing to do is install the script
$sudo apt-get install chkrootkit
Next run it:
$sudo chkrootkit
or redirect the output to a file
$sudo chkrootkit > rootkit.txt
That’s it!
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
Linux,
Security,
Software and tagged
chkrootkit,
Rootkits,
Ubuntu. Bookmark the
permalink.