How do I use phpMyAdmin to look for SQL Injection?
-
I maintain hundreds of WP sites. On only one host where I have 5 domains I have been getting my index.php files (they were all 644’d!) changed with spam/malware stuff. This seems to indicate that either I’ve had code injected before I upgraded to 2.5.1 a few weeks ago or perhaps a bad plugin or theme.
If I can successfully rule out plugins and themes, I would like to scan and scrub my databases for injected code. What should I be looking for? In which tables?
My plugins are current. Is there a list somewhere of plugins that are problematic?
I’ve deleted all themes except for default, classic and the actual theme I’m using. Is there a list somewhere of themes that are problematic? I have searched header, footer, sidebar files for iframe and javascript stuff but it seems clean. Those files aren’t changing when the site is “re-hacked”. Only the index.php file.
The host is using cpanel 11.18.6-RELEASE
Trying to eliminate all the possible security weaknesses.
Thanks in advance.
- The topic ‘How do I use phpMyAdmin to look for SQL Injection?’ is closed to new replies.