Prio | Original string | Translation | — |
---|---|---|---|
↑ | Log of failed access, pingbacks, user enumeration, disable xmlrpc authenticated methods, kill xmlrpc request on authentication error. | You have to log in to add a translation. | Details |
Original untranslated
Log of failed access, pingbacks, user enumeration, disable xmlrpc authenticated methods, kill xmlrpc request on authentication error.
You have to log in to edit this translation. Meta |
|||
<strong>Disable xmlrpc authenticated methods</strong>: disable all xmlrpc methods that require authentication in order to avoid brute force attack by xmlrpc. Use this feature if you don't need these xmlrpc methods. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Disable xmlrpc authenticated methods</strong>: disable all xmlrpc methods that require authentication in order to avoid brute force attack by xmlrpc. Use this feature if you don't need these xmlrpc methods.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Kill multiple xmlrpc request on xmlrpc login error</strong>: kill multiple requests in a single xmlrpc call returning a 401 code on xmlrpc login error to prevent server overloading on brute force attack by xmlrpc. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Kill multiple xmlrpc request on xmlrpc login error</strong>: kill multiple requests in a single xmlrpc call returning a 401 code on xmlrpc login error to prevent server overloading on brute force attack by xmlrpc.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<p><strong>Disable xmlrpc authenticated methods</strong>: disable all xmlrpc methods that require authentication in order to avoid brute force attack by xmlrpc. Use this feature if you don't need these xmlrpc methods.</p> | You have to log in to add a translation. | Details | |
Original untranslated
<p><strong>Disable xmlrpc authenticated methods</strong>: disable all xmlrpc methods that require authentication in order to avoid brute force attack by xmlrpc. Use this feature if you don't need these xmlrpc methods.</p>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p><strong>Kill multiple xmlrpc request on xmlrpc login error</strong>: kill multiple requests in a single xmlrpc call returning a 401 code on xmlrpc login error to prevent server overloading on brute force attack by xmlrpc.</p> | You have to log in to add a translation. | Details | |
Original untranslated
<p><strong>Kill multiple xmlrpc request on xmlrpc login error</strong>: kill multiple requests in a single xmlrpc call returning a 401 code on xmlrpc login error to prevent server overloading on brute force attack by xmlrpc.</p>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
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 activate the log for each pingback request feature and stop the user enumeration method (by redirecting to the home) with log.↵ If activated it remove the wordpress version number and meta generator in the head section of your site.↵ If activated it disable xmlrpc methods that require authentication, in order to avoid brute force attack by xmlrpc. Use this feature if you don't need these xmlrpc methods.↵ If activated can kill multiple requests in a single xmlrpc call returning a 401 code on xmlrpc login error. This feature may be useful to prevent server overloading on brute force attack by xmlrpc.↵ You can also view your CUSTOM error log in the admin panel. | You have to log in to add a translation. | Details | |
Original untranslated
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 activate the log for each pingback request feature and stop the user enumeration method (by redirecting to the home) with log.↵
If activated it remove the wordpress version number and meta generator in the head section of your site.↵
If activated it disable xmlrpc methods that require authentication, in order to avoid brute force attack by xmlrpc. Use this feature if you don't need these xmlrpc methods.↵
If activated can kill multiple requests in a single xmlrpc call returning a 401 code on xmlrpc login error. This feature may be useful to prevent server overloading on brute force attack by xmlrpc.↵
You can also view your CUSTOM error log in the admin panel.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Remove WP version and generator tag</strong>: remove the wordpress version number and generator meta from the head section of your site | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Remove WP version and generator tag</strong>: remove the wordpress version number and generator meta from the head section of your site
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<p><strong>Remove WP version and generator tag</strong>: remove the wordpress version number and generator meta from the head section of your site</p> | You have to log in to add a translation. | Details | |
Original untranslated
<p><strong>Remove WP version and generator tag</strong>: remove the wordpress version number and generator meta from the head section of your site</p>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<strong>Stop User Enumeration</strong>: enable the log of user enumeration attempts. Make also a redirect to the site home | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Stop User Enumeration</strong>: enable the log of user enumeration attempts. Make also a redirect to the site home
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Log each pingback request</strong>: enable the log of each pingback request | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Log each pingback request</strong>: enable the log of each pingback request
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<p>Jail content:</p>↵ ↵ <pre><code>[wp-auth-and-xmlrpc]↵ enabled = true↵ logpath = /storage/www/logs/sites_auth_errors.log↵ maxretry = 5↵ bantime = 600↵ findtime = 60↵ filter = wp-auth-and-xmlrpc↵ action = %(action_mwl)s↵ </code></pre>↵ ↵ <p><strong>logpath must exists before activate the jail and need to be the same used for this plugin</strong></p> | You have to log in to add a translation. | Details | |
Original untranslated
<p>Jail content:</p>↵
↵
<pre><code>[wp-auth-and-xmlrpc]↵
enabled = true↵
logpath = /storage/www/logs/sites_auth_errors.log↵
maxretry = 5↵
bantime = 600↵
findtime = 60↵
filter = wp-auth-and-xmlrpc↵
action = %(action_mwl)s↵
</code></pre>↵
↵
<p><strong>logpath must exists before activate the jail and need to be the same used for this plugin</strong></p>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p>Filter content:</p>↵ ↵ <pre><code>[Definition]↵ failregex = ^.*Authentication failure on .* from <HOST>.*$↵ ^.*Pingback error .* generated on .* from <HOST>.*$↵ ignoreregex =↵ </code></pre> | You have to log in to add a translation. | Details | |
Original untranslated
<p>Filter content:</p>↵
↵
<pre><code>[Definition]↵
failregex = ^.*Authentication failure on .* from <HOST>.*$↵
^.*Pingback error .* generated on .* from <HOST>.*$↵
ignoreregex =↵
</code></pre>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p><strong>Stop User Enumeration</strong>: enable the log of user enumeration attempts. Make also a redirect to the site home</p> | You have to log in to add a translation. | Details | |
Original untranslated
<p><strong>Stop User Enumeration</strong>: enable the log of user enumeration attempts. Make also a redirect to the site home</p>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p><strong>Log each pingback request</strong>: enable the log of each pingback request</p> | You have to log in to add a translation. | Details | |
Original untranslated
<p><strong>Log each pingback request</strong>: enable the log of each pingback request</p>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
<p><strong>TIMEZONE</strong>: time zone to use ( only if current_time() WP function not exists )</p>↵ ↵ <pre><code>e.g. Europe/Rome↵ </code></pre> | You have to log in to add a translation. | Details | |
Original untranslated
<p><strong>TIMEZONE</strong>: time zone to use ( only if current_time() WP function not exists )</p>↵
↵
<pre><code>e.g. Europe/Rome↵
</code></pre>
CommentFound in faq list item. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.