Hi guys,
is any of you using Exploit Scanner perhaps? I have a problem I can't figure out the explanation for. I hope someone will be able to help me out.
I have installed Exploit Scanner on two WordPress websites. They now both run WP 3.2.1 and they show quite different results. On one website I see:
Level Severe (26 matches)
Level Warning (24 matches)
Level Note (313 matches)
On the other website I get:
Level Warning (5 matches)
Level Note (59 matches)
On the website that shows much more results I have just replaced the entire wp-admin and wp-include folders from the ones coming from the original installation files. Nothing changes, I still get 26 Severe matches. All come from wp-admin and wp-includes, for example:
wp-admin/includes/class-pclzip.php:4063
Often used to execute malicious code
// eval('$v_result = '.$p_options[PCLZIP_CB_P
AND
wp-admin/js/revisions-js.php:31
Often used to execute malicious code
eval(function(p,a,c,k,e,r){e=function(c){return(c<
I also noticed that on the other website (the one with much fewer matches) no results at all comes from wp-admin and wp-includes. All the matches are only from wp-content. I also noticed that on the website with fewer results the results arrive after 250 files scanned. The website with more results reached 1000 files scanned before spitting out the results, so I get that maybe on one website not all files are scanned, hence fewer results? However I checked permissions and they are 755 on folders, exactly like the other website. The owners differ (vhost / www on the site with more results myuser / www on the one with fewer results).
Scratching my head, don't understand why this is happening. Someone help please?
Thanks!