additional security check suggestions
-
I just found a dead.letter file right in a wordpress root directory that was created when the email to notify a new user of their account credentials failed. It was nice and succinct, the username, password, and login url… you might consider adding a .htaccess restriction for that:
<files dead.letter> Order allow,deny Deny from all </files>
Another area you could head is into security for the wp cli utility. It would be simple to add a check to see if it is run as root and exit with a warning.
Thanks for this plugin…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘additional security check suggestions’ is closed to new replies.