diff --git a/config/guardian/guardian.pl b/config/guardian/guardian.pl index 8c2e3b704..0c37c34f4 100644 --- a/config/guardian/guardian.pl +++ b/config/guardian/guardian.pl @@ -94,7 +94,7 @@ for (;;) { while () { chop; if ($_=~/.*sshd.*Failed password for root from.*/) { - my @array=split(/ /,$_);&checkssh ($array[10], "possible SSH-Bruteforce Attack");} + my @array=split(/ /,$_);&checkssh ($array[11], "possible SSH-Bruteforce Attack");} } } diff --git a/lfs/guardian b/lfs/guardian index 65f14cbd4..6cec09bd9 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -30,7 +30,7 @@ THISAPP = guardian-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = guardian -PAK_VER = 5 +PAK_VER = 6 DEPS = ""