Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vojtech Myslivec
ISPConfig 3
Commits
396f20a1
Commit
396f20a1
authored
Jan 29, 2019
by
Pete
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wp-auth.conf to include some commonly attacked WordPress URLs
parent
3709073b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
docs/hardening/anti-bruteforce/wp-auth.conf
docs/hardening/anti-bruteforce/wp-auth.conf
+6
-1
No files found.
docs/hardening/anti-bruteforce/wp-auth.conf
View file @
396f20a1
...
...
@@ -2,4 +2,9 @@
# This goes into /etc/fail2ban/filter.d/wp-auth.conf
#
[
Definition
]
failregex
= ^<
HOST
> .*
"
POST
/
wp
-
login
.
php
\ No newline at end of file
failregex
= ^<
HOST
> .*
"
POST
/
wp
-
login
.
php
^<
HOST
> .*
"
POST
/
wordpress
/
wp
-
login
.
php
^<
HOST
> .*
"
POST
/
wp
/
wp
-
login
.
php
^<
HOST
> .*
"
GET
/
login_page
.
php
#ignoreregex =
\ No newline at end of file
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