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.
sudo apt update sudo apt install chkrootkit -y
sudo chkrootkit
- This will run a series of tests against common rootkits
- Some warnings may be false positives, please do your own research.
sudo apt update sudo apt install rkhunter -y
sudo rkhunter --update
sudo rkhunter --check
- This will walk you through tests interactively, with confirmations on warnings. You may also get false positives.
- chkrootkit: https://github.com/Magentron/chkrootkit
- rkhunter: https://github.com/Rootkit-Hunter/rkhunter