I must have been using a theme with it on, when I ran it as a standalone php program it returned some interesting data about wp-admin. I’ve since used .htaccess to send people looking for it to hell, so without a lot of work I can’t see what the defaults on each of my websites are.
Since thursday afternoon on dream host i’ve had 67 requests for people looking for xmlrpc. At a minimum, it’s part of a probe, /xmlrpc.php?rsd will tell you that this is a wordpress site.
I guess my issue, from seeing dream hosts discussion list, and from my own investigations, wordpress is being probed like NEVER before. Any extra php program on any site becomes a target even if it’s not being used at the time by the user himself. The people who have 100 themes are probably 100 times likelier to be hacked.
I’ve decided that if your doing something on my website that’s unsupported by what a user can do then your ‘bad’. I’ve had 1,254 ‘bad’ commands in 5 days. Many of them directed agains wordpress itself.
My request is to have wordpress developers and community think about installing options at the beginning and providing lots of code before the install but more to the point REMOVING files after the install that were not part of the wordpress process, and that are walking time bombs. Once you decide a theme, can we delete up all the unused themes in one command? Same for any other config options like wlwmanifest.xml and xmlrpc.php, can we not have ANY .php files lying around that are not being actively used?