Skip to content

Instantly share code, notes, and snippets.

@fduran
Created February 20, 2012 18:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fduran/1870436 to your computer and use it in GitHub Desktop.
Save fduran/1870436 to your computer and use it in GitHub Desktop.
Linux Rootkit check
# chkrootkit & rkhunter:
# www.fduran.com
http://www.chkrootkit.org/download/
http://sourceforge.net/projects/rkhunter/
cd /usr/local/src/
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
tar zxvf chkrootkit.tar.gz
cd chkrootkit-0.49/
./chkrootkit
cd ..
wget http://sourceforge.net/projects/rkhunter/files/rkhunter/1.3.8/rkhunter-1.3.8.tar.gz/download
tar zxvf rkhunter-1.3.8.tar.gz
cd rkhunter-1.3.8
./installer.sh --install
rkhunter --check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment