Basic 8 **Spoiler** Maybe
I've been banging my head against the wall pretty much all day on Basic 8. I've read posts years back and articles all which helped a little. I understand I'm suppose to put the SQL injection in the URL of the secure page. This is what I've been trying (it's blacked out):
Thou shalt not spoil
I have tried a lot of different variations of this. I took out the GET, I took out the FROM. A lot of posts said to make it shorter more broad. I've tried password='*' or 'a' instead of username. I have no idea if I'm on the right track or not. Please Help! Thanks
@topic starter -> remove the query in your first post dude.It is nearly the complete answer. :right:
I read up on some SQL and managed to figure out Basic 8.
I was putting a space inbetween '=SELECT' That was one thing throwing me off. And the other was I read on one of the post that you don't need the FROM Clause, which you do. And there is no semi colin at the end. Monitors should edit bad advice, it's worse than spoilers. Basically you just select all colums from the family_db table. Thanks for the help, everyone who help me.