Re: chkrootkit: Checking `bindshell'... INFECTED (PORTS: 600)
On Wednesday 23 March 2005 20:01, debian-user-digest-request@lists.debian.org
wrote:
> > Is there a reason why there is no official Debian package for
> > rkhunter?
>
> Probably because no Debian Developer has expressed an interest in
> packageing it. If you really think it ought to be packaged, read
> the Debian New Maintainer Guide, start the process to become a
> Debian Developer and announce an intent to package. Otherwise,
> you could find a Debian Developer whom you think might have an
> an interest in packageing i
In the previous post was erroneously about my chkrootkit config, which I do
not use. I run rkhunter with the following cron.weekly script:
#!/bin/bash
RKHPATH='/usr/local/bin'
$RKHPATH/rkhunter --update
$RKHPATH/rkhunter --checkall --create-logfile --quiet --skip-keypress
--report-mode --cronjob
The update updates a database of stuff to check.
Very simple indeed.
When run manually, it shows stuff in stages, asking for a key to continue and
some items are displayed in color. The --skip-keypress and --report-mode and
--cronjob stop this, probably the three are redundant.
Reply to: