I'm seeing this error message a lot in my Apache error logs. I tried searching but didn't yield any results. Any ideas on what is calling for this showphoto.php file? I don't even see it anywhere in my installation...
No, unfortunately not. I have the gallery in its own directory and I just see it saying "\gallery\showphoto.php not found or unable to stat."
suprsidr
Joined: 2005-04-17
Posts: 7890
Posted: Wed, 2012-05-02 18:49
could be some bot looking for a known vulnerable script
create one and set its content to: <p>Go away!</p>
-s
suprsidr
Joined: 2005-04-17
Posts: 7890
Posted: Wed, 2012-05-02 18:51
Ah! that explains it.
googled showphoto.php
returned references to Photopost Pro a super crappy photo gallery app from the early 2000's and I'm sure it had vulnerabilities.
-s
meissen
Joined: 2012-05-02
Posts: 3
Posted: Wed, 2012-05-02 23:01
Ah, good idea. Should figure out how to set up a honeypot so any bot who tries to browse to it automatically gets IP banned...
Posts: 7890
does the log specify a referring page?
-s
Posts: 3
No, unfortunately not. I have the gallery in its own directory and I just see it saying "\gallery\showphoto.php not found or unable to stat."
Posts: 7890
could be some bot looking for a known vulnerable script
create one and set its content to:
<p>Go away!</p>-s
Posts: 7890
Ah! that explains it.
googled showphoto.php
returned references to Photopost Pro a super crappy photo gallery app from the early 2000's and I'm sure it had vulnerabilities.
-s
Posts: 3
Ah, good idea. Should figure out how to set up a honeypot so any bot who tries to browse to it automatically gets IP banned...