Initial commit

This commit is contained in:
2017-11-27 04:23:54 +01:00
commit 4dbdf09dc9
42 changed files with 2123 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Definition]
# WordPress führt nach einem erfolgreichen Login auf der “wp-login.php”
# einen 302-Redirect durch, fehlgeschlagene Logins hingegen werden mit
# dem HTTP-Status-Code 200 im Access-Log aufgezeichnet.
#
# Der Login Request ist ein "POST" Request.
#
# Logfile Definition:
# LogFormat "%h %v %p %t %r %>s \"%{User-Agent}i\" %T" base_requests
#
failregex = ^<HOST> .* POST /wp-login.php HTTP.* 200 .*$
ignoreregex =