knightoverlord / owasp-hackademic-challenges

Automatically exported from code.google.com/p/owasp-hackademic-challenges
0 stars 0 forks source link

Challenge 9 - HTML error prevents adminpanel.php login and password #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
(using Firefox 4 on Windows)
1. goto adminpanel.php
2. view page source related to the form submission of the username + password

Look just after the value="Login" should have a close ">"

Expected:
<input type="submit" name="submit" value="Login"></form>

Given:
<input type="submit" name="submit" value="Login"</form>

A closing bracket is missing in the HTML.

Original issue reported on code.google.com by bladeswo...@gmail.com on 1 May 2011 at 12:36

GoogleCodeExporter commented 8 years ago
Fixed!

Original comment by an.stasi...@gmail.com on 13 May 2011 at 9:56

GoogleCodeExporter commented 8 years ago
Not fixed on the live server http://hackademic1.teilar.gr

Firebug is your friend.

Original comment by kingtho...@gmail.com on 27 May 2011 at 6:02