commit 368610a1ad4761a06da2c4579cf5d6d2f11d32e5
parent 6989e9f4112fc8dcf7f1b6785c44ed2c27f19abf
Author: Naveen Narayanan <zerous@nocebo.space>
Date: Fri, 29 Oct 2021 16:41:11 +0200
Add attack pattern
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -9,6 +9,7 @@ char *attack_pattern[] = {
"Disconnected from authenticating user",
"Unable to negotiate with",
"Received disconnect from",
+ "Connection closed by",
NULL,
};
@@ -18,5 +19,6 @@ int pauth[] = {
0,
0,
1,
+ 1,
0,
};