Closed (fixed)
Project:
Brilliant Gallery
Version:
6.x-3.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 May 2009 at 20:41 UTC
Updated:
23 Jul 2009 at 14:50 UTC
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.