Hi!
I am using the plugin "Loginlogger" to log if there were any failed attempts of a bot or whatever trying to access my blog.
Under WP 2.3.3, it hooks into "wp_login_failed" and logs the username via $user_login. Is there any way within that hook of also logging the password which was used for the failed attempt? Maybe a global variable like $user_password?
I would really like to know
a) if bots try to exploit my account,
b) and if: what user/password combination they use.
Thanks in advance.