=== Plugin Name === Contributors: mrrotella Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8N6D7LHAUYNQA Tags: authentication logger, fail2ban, brute force, xmlrpc hack, security, syslog, login, pingback Requires at least: 3.5.1 Tested up to: 4.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin writes the log of failed access attempts and invalids pingbacks requests. == Description == This plugin writes the log of failed access attempts (brute force attack) and invalids pingbacks requests ( by xmlrpc.php ). Very useful to process data via fail2ban. = You can write error by = 1. SYSLOG 2. APACHE ERROR_LOG 3. CUSTOM a custom error log file (the used path need to be writable or APACHE ERROR LOG wil be used) == Installation == = Minimum Requirements = * WordPress 3.5 or greater * PHP version 4 or greater = Automatic installation = Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't need to leave your web browser. To do an automatic install of "authentication and xmlrpc log writer", log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. In the search field type "authentication and xmlrpc log writer" and click Search Plugins. Once you've found our plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking "Install Now". = Manual installation = 1. Upload `authentication-and-xmlrpc-log-writer.php` to the `/wp-content/plugins/` directory or install via zip 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = How can I configure the plugin? = You can defines the options in the first few lines of the file authentication-and-xmlrpc-log-writer.php * **SP4_ERROR_TYPE**: define the error type **Options:** *SYSTEM* -> write into SYSLOG; *APACHE* -> write into APCACHE ERROR LOG; *CUSTOM* -> write into log file defined into SP4_AUTHENTICATION_ERROR_LOG_PATH constant; * **SP4_AUTHENTICATION_ERROR_LOG_NAME**: error log file name ( only in CUSTOM mode ) e.g. sites_auth_errors.log * **SP4_AUTHENTICATION_ERROR_LOG_PATH**: error log file absolute path ( only in CUSTOM mode ) e.g. /your/error/path/logs/ * **SP4_AUTHENTICATION_ERROR_LOG_TIMEZONE**: time zone to use ( only if current_time() WP function not exists ) e.g. Europe/Rome == Changelog == = 1.0.0 = * Release version.