Sergey G. Brester

Results 533 comments of Sergey G. Brester

There is indeed no backend at the moment that would achieve this. However, just for the info, one could use proactive a client (or pickle-protocol) to notify fail2ban about failures,...

Although we have indeed the bash-completion script, but its installation is rather a matter of maintainer for specific distribution and not provided in our repository at all. However the registration...

> I can add a line to fail2ban/tests/files/logs/dropbear, but is there a way to get this failJSON? The captured values from following lines must simply match the parameter in JSON...

> In relation to zstd, for example, lizard is much faster. I assume the statement meant that the niche between LZ4 and zstd, it filled previously, is not really there...

> Why not in 25.0x release? Lack of time? Anyway, the last release is mostly an update to mainline version 25.01 + few stable enhancements. Nothing else. The strategy "close...

> It seems that there is currently no solution or workaround for this issue. Well, the workaround is simple - avoid usage of file names without extension: ```diff - echo...

Do I understand correctly, the failure line looks like this? ``` 2024-07-26 22:30:55,850 ERROR:searx.botdetection.ip_limit: BLOCK: too many request from 192.0.2.123/23456 in SUSPICIOUS_IP_WINDOW (redirect to /) ``` Just to ensure the...

Sure, just I'd like to fix the regex if it is possible (it has too many catch-alls for my taste)... https://github.com/fail2ban/fail2ban/blob/ca2b94c5229bd474f612b57b67d796252a4aab7a/config/filter.d/php-url-fopen.conf#L9 If you have a real examples for that, please...

For the record, a RFE #3428 By the way, I'm unsure it is possible to correct remove "sensitive" info with the approach like that. 1. it may be too error...

Geolocation? Just to link it to #3467 (not about ignore, but geo-info related stuff)... In between (as long as not implemented) one could try something like that: ``` { jail="sshd";...