Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

I need a Basic 8 hint *SPOILERS*


ghost's Avatar
0 0

I've used SQL alot and surprised that I still havn't gotten it.

Below is what I've been trying, could someone tell me if I have a flaw with syntax, spaces, or if it a key thing I'm not doing?

Hell' OR '1'='1'; /* Bound' OR username = 'Drake'; /* Hackers'; SELECT * FROM family_db WHERE username = 'Drake'; /*


ghost's Avatar
0 0

PM me if you want


ghost's Avatar
0 0

I would tottaly PM you but your inbox is full :/


Mb0742's Avatar
Ultimate Headshot
0 0

I'm stuck too.

It's actually more than what it seems. Because the script adds everything I submit into the password field.

Ie: p' or 1=1– still comes as 'p' or 1=1–'


ghost's Avatar
0 0

umm google for a SQL injection list…thats what i did got a bunch of different injection combinations and went down the list..i eventually found it


ghost's Avatar
0 0

ahha wait sorry….lol wrong challenge…sorry about that


Futility's Avatar
:(
80 122

Hey if your still having trouble, you can PM me. Just remember… its a very simple SQL injection.

Oh, and good ol' ' or 1=1– Has nothing to do with it. Sorry to burst your bubble. Just use w3schools.com. The tutorial on SQL explains this nicely.


ghost's Avatar
0 0

pm me


What_A_Legend's Avatar
...Legend?
0 0

Go on my profile and then read basic 8 Tutorial should point you in the right direction, with out spelling the mission out to you.


ghost's Avatar
0 0

Alright now im confused…

AND NO ITS NOT IN THE TEXT BOX ITS NOT EVEN ON THAT PAGE


Futility's Avatar
:(
80 122

Using What_A_Legend's article and w3schools.com should make this challenge a piece of cake. Even so, the offer remains, you can PM me for any help you need.


ghost's Avatar
0 0

PM for help.


What_A_Legend's Avatar
...Legend?
0 0

More than welcome to PM me also…Or add my hotmail, always willing to help when I can.


ghost's Avatar
0 0

I think I've almost got it, I read through a majority of the w3 schools tutorial and Legends tutorial, but I can't get any query to work, I always get 'wrong sql query'.

Tried SELECT commands, what am I doing wrong here?


Futility's Avatar
:(
80 122

Wrong SQL query is very vague. If I'm not mistaken, it says that to anything you put in thats wrong. That being said:

Just think… Why would you want to narrow down the parts of the table you want to see, when you could see the whole thing? And yes, the command you are using is part of it. You also need to find the name of the table that you are trying to see.

Hope that helps. And remember, I'm always open for PMs for more specific questions.