Hi. After learning a bit about hacking (I'm really new to this) I tried to test my knowledge on a couple of sites. But, because of my limited knowledge, I got stuck of a site with a password source code that looked like this -
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-12373">Password: <input name="post_password" id="pwbox-12373" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
I am lost as to what to do - the input type, name and value being 'submit' is confusing me, and none of the SQL injections I have tried have worked. Can I get a little help?
Thanks!


