Random Project

Unzipping

1. This file seems to be gzipped twice. To unzip, use:
gzip -cd check_rootkit.gz | gzip -d – > check_rootkit

2. Also, my rkhunter binary was in /usr/bin/rkhunter, not in /usr/local/bin/rkhunter.

3. I had to change parts of line 61 in the script to sudo “rkhunter –quiet –check”, as my rkhunter version did not know the allow-ssh-root-user option (and I didn’t want it anyways).

Besides that, nice script!