Lesson Plan Title: How to Discover Clues in the HTML
Concept / Topic To Teach:
Developers are notorious for leaving statements like FIXME's, TODO's, Code Broken, Hack, etc... inside the source code. Review the source code for any comments denoting passwords, backdoors, or something doesn't work right. Below is an example of a forms based authentication form. Look for clues to help you log in.General Goal(s):
The user should be able to bypass the authentication check.