How to ensure all php pages are secure?

Hi, I have a third party application that calls a function requireLogin() to check for valid session on every pages. How do I scan and detect insecure pages that does not call the requireLogin() function? Is there some kind of software to do that or do I have to write a script to spider all the pages and detect?

Thanks in advance for any ideas.

1 Like

i would just write a small PHP script to iterate over the directory and substr for the string and output the filename if it was not found.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.