Skip to main content

filtering the error_log for wordpress login faiures

Comments

1 comment

  • cPanelMichael
    Hello :) You can find a list of access attempts blocked by Mod_Security at: "WHM Home " Plugins " Mod_Security" You can also find entries in: /usr/local/apache/logs/modsec_audit.log Or, if you only are seeking to obtain a list of the "hostname" entry in your Apache error log, you could develop a bash script that parses the domain name from those lines. The username of the account could then be obtained by comparing it to the /etc/userdomains file, or utilizing the /scripts/whoowns command. Thank you.
    0

Please sign in to leave a comment.