Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master. #2

Merged
merged 139 commits into from
Jan 3, 2024
Merged

Merge master. #2

merged 139 commits into from
Jan 3, 2024

Conversation

valentinbreiz
Copy link
Member

No description provided.

mbologna and others added 30 commits September 14, 2018 22:21
If you have configured nginx to forbid some paths in your webserver, e.g.:

    location ~ /\. {
      deny all;
    }

if a client tries to access https://yoursite/.user.ini then you will see
in nginx error log:

    2018/09/14 19:03:05 [error] 2035#2035: *9134 access forbidden by rule, client: 10.20.30.40, server: www.example.net, request: "GET /.user.ini HTTP/1.1", host: "www.example.net", referrer: "https://www.example.net"

By carefully setting this filter we ban every IP that tries too many times to
access forbidden resources.

Author: Michele Bologna https://www.michelebologna.net/
Please add this entry for virtual python interpreter. This directory name is needed in the PyCharm environment.
Add filter to detect failed login attempts in the log produced by
MikroTik RouterOS.

- Add the filter to jail.conf
- Add testcase for the filter

Signed-off-by: Vít Kabele <[email protected]>
Change unban to find by ip address not comment
… (if some name may be equal to prefix of other name)
action.d/cloudflare-token.conf: url-encode args by unban
closes 'fail2bangh-3479'
sebres and others added 29 commits December 12, 2023 14:27
….12 into f2b (fallback to local libraries if import would miss them);

closes fail2bangh-3487
…AUTH' together with message 'disconnect ...');

closes fail2bangh-3505
self.host cannot be supplied to SMTP because it can contain port (but `connect` takes place few lines below)
…es host/port in addition to connect() due to bug with starttls.
…pClass/tearDownClass (behaves like a singleton, doesn't start smtp server per test); don't generate cert every time (too slow by RSA:2048, use short ECC:256 instead);

drastically speedup all smtp-action tests
`action.d/smtp.py` - add support for TLS SMTP connections.
…e it'd prefer jail to the filter now), fallback:

  - fail2ban-regex ... sshd
  + fail2ban-regex ... filter.d/sshd
closes fail2bangh-2655
@valentinbreiz valentinbreiz merged commit 0693061 into geolocation_ignore Jan 3, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.