Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Arturo 'Buanzo' Busleiman
V1.1.0 from Github - question >>>> Regex >>>> >>>> >>>> >>>> Surely you need a variable in that for f2b to work. Something >>>> like: >>>> >>>> NON-SMTP COMMAND from.\[\]:\d+ after CONNECT:.GET./.HTTP

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Maurizio Caloro via Fail2ban-users
itt via Fail2ban-users <fail2ban-users@lists.sourceforge.net> Gesendet: Montag, 20. Mai 2024 13:53 An: fail2ban-users@lists.sourceforge.net Betreff: Re: [Fail2ban-users]

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Arturo 'Buanzo' Busleiman
? >>> >>> This also is a valid string, this match on « Regex101 python « but not >>> with fail2ban >>> >>>- :\w+:\w+-\w+\w+\w+\w+\[\]:\w+?w+?1.1 >>> >>> >>> >>> Sorry i have not yet understood which editor i can us

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Maurizio Caloro via Fail2ban-users
<fail2ban-users@lists.sourceforge.net> Gesendet: Montag, 20. Mai 2024 13:53 An: fail2ban-users@lists.sourceforge.net Betreff: Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Arturo 'Buanzo' Busleiman
i have not yet understood which editor i can use for sim, or is >> fail2ban a separate unic regex Interpreter? >> >> Thanks for update >> >> >> >> *Von:* Nick Howitt via Fail2ban-users < >> fail2ban-users@lists.sourceforge.net> >> *Gesendet:* Montag

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Maurizio Caloro via Fail2ban-users
sts.sourceforge.net> Gesendet: Montag, 20. Mai 2024 13:53 An: fail2ban-users@lists.sourceforge.net Betreff: Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Nick Howitt via Fail2ban-users
2024 12:47 *An:* mauri...@caloro.ch *Cc:* Fail 2 Ban <mailto:Fail2ban-users@lists.sourceforge.net> *Betreff:* Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex Use pyrex or any python compatible one. Also be mindful of interpreti

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Arturo 'Buanzo' Busleiman
owitt via Fail2ban-users < > fail2ban-users@lists.sourceforge.net> > *Gesendet:* Montag, 20. Mai 2024 13:53 > *An:* fail2ban-users@lists.sourceforge.net > *Betreff:* Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question > Regex > > > > Surely you need a var

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Maurizio Caloro via Fail2ban-users
@lists.sourceforge.net Betreff: Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex Surely you need a variable in that for f2b to work. Something like: NON-SMTP COMMAND from.\[\]:\d+ after CONNECT:.GET./.HTTP/1.1 Normally you'd also expect some sort of timestamp in the logs. On 20/05/20

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Nick Howitt via Fail2ban-users
*Von:*Arturo 'Buanzo' Busleiman *Gesendet:* Montag, 20. Mai 2024 12:47 *An:* mauri...@caloro.ch *Cc:* Fail 2 Ban *Betreff:* Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex Use pyrex or any python compatible one. Also be mindful of interpreting the filter definitions

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Maurizio Caloro via Fail2ban-users
1.1 But what are wrong here? thanks Von: Arturo 'Buanzo' Busleiman Gesendet: Montag, 20. Mai 2024 12:47 An: mauri...@caloro.ch Cc: Fail 2 Ban Betreff: Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex Use pyrex or any python compatible one. Also be mindful of

Re: [Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Arturo 'Buanzo' Busleiman
Use pyrex or any python compatible one. Also be mindful of interpreting the filter definitions in filter.d and using fail2ban-regex as testing ground. On Mon, May 20, 2024, 07:21 Maurizio Caloro via Fail2ban-users < fail2ban-users@lists.sourceforge.net> wrote: > Hello > > Please i think the Ver

[Fail2ban-users] Fail2ban V1.1.0 from Github - question Regex

2024-05-20 Thread Maurizio Caloro via Fail2ban-users
Hello Please i think the Version 1.1.0 are the newest Version from Fail2ban? Support this now full regex?, i see meny time, that i puzzle on regex101 me syntax and after implement This to live system, this will be always chane. So this question, about Regex compatilities ? Thanks __