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.