mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
committed by
Michael Tremer
parent
7514fe47f6
commit
2a747e37a8
@@ -106,6 +106,10 @@ for (;;) {
|
||||
$temp = $array[11];
|
||||
}
|
||||
&checkssh ($temp, "possible SSH-Bruteforce Attack");}
|
||||
|
||||
# This should catch Bruteforce Attacks with enabled preauth
|
||||
if ($_ =~ /.*sshd.*Received disconnect from (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):.*\[preauth\]/) {
|
||||
&checkssh ($1, "possible SSH-Bruteforce Attack, failed preauth");}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -424,4 +428,4 @@ sub get_aliases {
|
||||
}
|
||||
|
||||
print "done \n";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ THISAPP = guardian-$(VER)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = guardian
|
||||
PAK_VER = 8
|
||||
PAK_VER = 9
|
||||
|
||||
DEPS = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user