My log files show various IPs are looking for urls such as "http://www.mysite.com/sites/all/modules/brilliant_gallery/image.php?imgp....
Any ideas as to what this is?
My log files show various IPs are looking for urls such as "http://www.mysite.com/sites/all/modules/brilliant_gallery/image.php?imgp....
Any ideas as to what this is?
Comments
Comment #1
aryanto commentedJust a thought. Maybe someone try to hack your site? Because they know you are using Drupal and sites/all/modules/brilliant_gallery/image.php is publicly accessible.
Comment #2
vacilando commented1) Search engines will remember, at least for some time, image URLs, so you may get hits like that even after disabling the module.
2) If you are worried about being hacked, check the path of the image using a base64 decoder (e.g. http://www.opinionatedgeek.com/dotnet/tools/Base64Decode/Default.aspx). But this does not look that way.