forked from fail2ban/fail2ban
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fail2banmerge #1
Open
Princeprince559
wants to merge
231
commits into
Princeprince559:fail2bantreehouse
Choose a base branch
from
fail2ban:master
base: fail2bantreehouse
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fail2banmerge #1
Princeprince559
wants to merge
231
commits into
Princeprince559:fail2bantreehouse
from
fail2ban:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)
Add action for mikrotik routerOS
…hes unrecognized commands new vector
filter.d/exim.conf: fixes "dropped: too many ..." regex (also matches unrecognized commands)
…IP/CIDR parsing; wrong CIDR notation or invalid plen always causes a fallback to raw string now; fixes recognition of `::` and `::/32`
Gentoo moved from CVS to Git in 2015. Drop the Gentoo URL from fail2ban-logrotate, because the distro specific config file has been dropped in 2013.
Update URLs for Gentoo
add install instructions for popular linux distributions
added link to wiki page install instructions
Update README.md: added reference to wiki/How-to-install-fail2ban-packages
…("Disconnecting ..." is no failure anymore, now it's helper only); closes gh-3485
… than are referenced in stock jail.conf set(['proxmox'])
Add support to Proxmox Web GUI
…g port variable expansion by substitution of rich rule; closes gh-3815
From roundcube 1.4 log change format -> https://github.com/roundcube/roundcubemail/blob/e92d8e31a342653fb65d12cf5fb706cac4031841/program/lib/Roundcube/rcube_imap.php#L194
…gle regex, simple case without injection attempts faster, `<HOST>` replaced with `<ADDR>` (faster and fewer vulnerable on complex cases, since doesn't match text as hostname) etc.
Fix roundcube login failregex for roundcube 1.4+
…to be renamed to ssh.service)" - it'd patched in debian branch. This reverts commit 6fce23e.
…ith `_COMM=sshd-session`)
…es found, fail2ban continue to start with warnings/errors, thus other jails become running; closes gh-2756
…il if no `logpath` matches found, fail2ban continue to start with warnings/errors, thus other jails become running
The "after iptables" clause in the OpenRC service script's depend() function causes fail2ban to start after iptables, if iptables is scheduled to start. Here we add "after nftables" as well: nftables is the successor to iptables, and fail2ban supports it out-of-the-box. If nftables is scheduled to start, we want to wait until it's done before starting fail2ban.
files/fail2ban-openrc.init.in: start after nftables
Correct typo. "as" should read "has"
Update apprise.conf: typo
… be never invoked in regular case)
add support for the CSF firewall
…n-count of bad IPs into account); closes gh-3845
…ying ipset too fast (sleep a bit in error case and repeat); closes gh-3624
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before submitting your PR, please review the following checklist:
against certain release version, choose
0.9
,0.10
or0.11
branch,for dev-edition use
master
branchfailregex
for filterX
with sample log lineswithin
fail2ban/tests/files/logs/X
file