Add broken pipe to banner exchange errors
This commit is contained in:
@ -161,7 +161,7 @@ sub parser {
|
||||
m/ ($re_host) /gcix && do {
|
||||
$host = $1;
|
||||
};
|
||||
} elsif($string =~ m/banner exchange: Connection from $re_host port [0-9]{1,6}: (invalid format|Permission denied|could not read protocol version)/) {
|
||||
} elsif($string =~ m/banner exchange: Connection from $re_host port [0-9]{1,6}: (invalid format|Permission denied|could not read protocol version|Broken pipe)/) {
|
||||
$_ = $string;
|
||||
$hostile = 1;
|
||||
$reply = 'Error during banner exchange';
|
||||
|
||||
Reference in New Issue
Block a user