Skip to content

whodinner/rootkit-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is not for Mac or Microsoft users. This works on most popular Linux Distros. This is based on existing tools for a quick check before you get to work.

Install

sudo apt update sudo apt install chkrootkit -y

Run

sudo chkrootkit

  • This will run a series of tests against common rootkits
  • Some warnings may be false positives, please do your own research.

rkhunter (Rootkit Hunter) install

sudo apt update sudo apt install rkhunter -y

update database

sudo rkhunter --update

check!

sudo rkhunter --check

  • This will walk you through tests interactively, with confirmations on warnings. You may also get false positives.

Disclaimer: Please do your own research. Here are official sources:

About

Basic rootkit checker based on existing tools like chkrootkit and rkhunter. These are not foolproof.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages