Categories


Loading feed
Loading feed

PHP Security Tip #13


Security is a mindset, not just something you do. It colors your application design as well as your coding. However, you also need to constantly monitor your production environment. That’s where selecting the right tool comes into play. I know I’ve mentioned PHPSecInfo before but I think this tool is important enough to warrant it’s own post.

PHPSecInfo is a great tool to use to keep an eye on your production environment. It was written by Ed Finkler of CERIAS, the Center for Education and Research in Information Assurance and Security at Purdue University. It is officially a project of the PHP Security Consortium. Here’s what the PHPSecInfo homepage has to say about itself.

PHPSecInfo provides an equivalent to the phpinfo() function that reports security information about the PHP environment, and offers suggestions for improvement. It is not a replacement for secure development techniques, and does not do any kind of code or app auditing, but can be a useful tool in a multilayered security approach.

If you need more info, here’s the link to a short interview with Ed talking about PHPSecInfo. Here is another link to the latest release notice for version 0.2.

As with all security measures, by itself it’s not the silver bullet. Used properly though, it can be part of a comprehensive solution.

=C=

Comments


Thursday, March 22, 2007
FALSE POSITIVE WITH SUPHP
5:38AM PDT · pr0teus666
PHPSECINFO ON WINDOWS?
1:56PM PDT · breich
Friday, March 23, 2007
SUPHP AND UID/GID ON WINDOWS
8:37PM PDT · funkatron
Monday, March 26, 2007
SUPHP
1:00PM PDT · pr0teus666