Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vojtech Myslivec
ISPConfig 3
Commits
199c0d89
Commit
199c0d89
authored
Jun 15, 2019
by
Pete
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace wp-auth.conf
parent
a6ce7641
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
docs/hardening/anti-bruteforce/wp-auth.conf
docs/hardening/anti-bruteforce/wp-auth.conf
+18
-2
No files found.
docs/hardening/anti-bruteforce/wp-auth.conf
View file @
199c0d89
# +++++++++++++++++++++++++++++++++++++++++++++++++++++
# + NetworkSEC / NwSEC Layer 7 Brute Force Protection +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# v1.1 150619
#
# BSD License
#
# S/W: Fail2ban or NWS ThreatBlock™ ¹
#
# Application: WordPress
#
# Description: Looks for some login/exploit attempts
#
#
# This goes into /etc/fail2ban/filter.d/wp-auth.conf
#
[
Definition
]
failregex
= ^<
HOST
> .*
"
POST
/
wp
-
login
.
php
^<
HOST
> .*
"
POST
/
wordpress
/
wp
-
login
.
php
^<
HOST
> .*
"
POST
/
wp
/
wp
-
login
.
php
^<
HOST
> .*
"
GET
/
login_page
.
php
^<
HOST
> .*
"
POST
/
xmlrpc
.
php
#ignoreregex =
\ No newline at end of file
#
# ¹ j/k
#
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment