Skip to content

Instantly share code, notes, and snippets.

@justsml
Last active December 3, 2015 00:28
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 justsml/e6b18428f680483fd567 to your computer and use it in GitHub Desktop.
Save justsml/e6b18428f680483fd567 to your computer and use it in GitHub Desktop.
rkhunter debian installer
#!/bin/bash
apt-get install -y unhide lsof file sudo
sleep 2s
cd ~/
wget http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.4.2/rkhunter-1.4.2.tar.gz
tar xzvf rkhunter-1.4.2.tar.gz
cd rkhunter-1.4.2
sudo ./installer.sh --install
rkhunter --update
rkhunter --propupd
# SCRIPTWHITELIST="/usr/sbin/adduser"
# SCRIPTWHITELIST="/usr/bin/ldd"
# SCRIPTWHITELIST="/usr/bin/unhide"
# SCRIPTWHITELIST="/bin/which"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment