sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-20 18:59:05 +00:00
parent b9b894d937
commit 4cc27cb2e4
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
264 changed files with 725 additions and 901 deletions

View file

@ -0,0 +1,12 @@
Index: src/parser/attack_scanner.l
--- src/parser/attack_scanner.l.orig
+++ src/parser/attack_scanner.l
@@ -249,7 +249,7 @@ HTTP_LOGIN_200OK_BAD .*({WORDPRESS_LOGIN}|{TYPO3
<sendmail_authfailure>"]".* { BEGIN(INITIAL); return SENDMAIL_AUTHFAILURE_SUFF; }
/* dovecot */
-("(libdovecot."[0-9\.]+".dylib) ")?(imap|pop3|submission)"-login: ""Info: "?("Aborted login"|Disconnected).*" (auth failed, "{NUMBER}" attempts".*"): ".+" rip=" { BEGIN(dovecot_loginerr); return DOVECOT_IMAP_LOGINERR_PREF; }
+("(libdovecot."[0-9\.]+".dylib) "|"dovecot: ")?(imap|pop3|submission)"-login: ""Info: "?("Aborted login"|Disconnected).*" (auth failed, "{NUMBER}" attempts".*"): ".+" rip=" { BEGIN(dovecot_loginerr); return DOVECOT_IMAP_LOGINERR_PREF; }
<dovecot_loginerr>", lip=".+ { BEGIN(INITIAL); return DOVECOT_IMAP_LOGINERR_SUFF; }
/* UWimap login errors */