Skip to content

Instantly share code, notes, and snippets.

@wikrie
Created October 11, 2016 08:46
Show Gist options
  • Save wikrie/4a2daae079bab3439456a46e17343322 to your computer and use it in GitHub Desktop.
Save wikrie/4a2daae079bab3439456a46e17343322 to your computer and use it in GitHub Desktop.
RK Hunter Update Script
#!/bin/sh
( /usr/local/bin/rkhunter --versioncheck
/usr/local/bin/rkhunter --update
/usr/local/bin/rkhunter --cronjob --report-warnings-only
)
#| /usr/bin/mail -s "rkhunter output" root@localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment