Please teach me to be a elite hax00rz!!
haha, I'm kidding. The topic did get your attention now didn't it? ;)
I'm not a little bitch, I don't want to be spoon feed anything. I don't ask people "how can I hack a website" "how can I deface a website" I ask specific questions so people can nudge me in the right direction on where to look.
Alright, so you may be wondering what do I want, well I've been looking up sql injections on getting access to "password protected sections" I haven't actually gotten one to work I've used the injections like ' or 1=1– " or 1=1– or 1=1– ' or 'a'='a " or "a"="a ') or ('a'='a in the username and password section and mixing it up and what not.
So my question is if sql injections doesn't work whats another way to go about doing this, I don't want anyone to explain how to do it, just give me some names of things for me to research and play around with.
Most of the password protected sections im trying to hack are like
<form action="index.htm" method=POST enctype="application/x-www-form-urlencoded">
<table border="0" align="CENTER">
<tr>
<td> Username </td>
<td align="CENTER"><input type=Text name=username size=8 maxlength=8 value=></td>
</tr>
<tr>
<td> Password </td>
<td align="CENTER"><input type=Password name=pass size=8 maxlength=10></td>
</tr>
<tr><td colspan="2" align="CENTER">
<input type="Submit" value="LOG IN">
which, I can't get sql injections to work for it. Help anyone?