knightoverlord / owasp-hackademic-challenges

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

Challenge 8 - HTML error prevents submitting the root username and password #2

Open GoogleCodeExporter opened 8 years ago

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

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

Expected:
<form method="POST" action=""> <input type="text" name="username"><input 
type="password" name="password"><input type="submit" name="submit" 
value="Login"></form></html><hr><p>Enter 'help' for available commands.<p>

Given:
<form method="POST" action=""> <input type="text" name="username"><input 
type="password" name="password"><input type="submit" name="submit" 
value="Login"</form></html><hr><p>Enter 'help' for available commands.<p>

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:19

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
Think FireBug!

Original comment by kingtho...@gmail.com on 27 May 2011 at 5:28