Categories


Loading feed
Loading feed

PHP Security Tip #15


As developers, most of us are very messy. I’ve worked on countless projects and at each either run across or left a trail of diagnostic files laying around. (info.php, test.php, doMe.php, etc.) These tiles, if found by someone with nefarious intent, can leak valuable information about your system.

Today’s Security tip is:

Don’t forget to purge temporary system diagnostic files.

It would be a shame to spend all that time securing your application only to leave info.php or worse yet, a “quick piece of code” in test.php that could potentially leak dangerous information about your system. Don’t help the ad guys any more than you have to.

=C=

p.s. Got a security tip? Post it! If it’s good enough we’ll share it with everybody else. Just log-in and click the contribute link in the upper right corner.

Comments


Friday, March 23, 2007
...
8:05AM PDT · andriesseutens
THE AD GUYS
10:04AM PDT · pmuellr
RESPONSE
7:02PM PDT · Cal Evans (editor)
Sunday, March 25, 2007
A QUICK GOOGLE SEARCH
9:34AM PDT · shahar
Monday, August 20, 2007
RE: ...
5:23AM PDT · stephan_hohmann