Secure Room

Discussion of challenges you have already solved
Post Reply
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Secure Room

Post by m!nus »

What is the query to the mysql server? i'm a little confused with sometimes getting errors when there shouldnt be one.
and why does -- not work? ('-- in the name field)
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Post by m!nus »

"edit":
this:

Code: Select all

http://www.adum.com/secureroom/index.php?name=%27%20UNION%20SELECT%20concat(substr(@@version,1,1),%27*/AND%20password%20=%20%27,0x27,%27x%27)%20/*&password=5*/AND%20password%20=%20%27x
gives: Unknown column 'password' in 'field list'
to me, i have no fuckin idea why. the original query used exactly the same :/
osterlaus
Posts: 20
Joined: Sun Nov 02, 2008 6:04 pm

Post by osterlaus »

Don't you need a table name for UNION?
Post Reply