sqli help needed
Date: June 05, 2011 01:39AM
Hi everyone, its my first post here and I would be grateful for any help and advice on how to proceed with my sql injection.
This website, http://ucp.l2blackbird.net/login/, has a vulnerable username field in the login box however it seems there is no way to display output (or im too dumb to see it)
I have managed to guess the table I need and some of its fields however im stuck at the part where I actually need to obtain the data from these fields.. I was trying to get something going with outfiles and load_file however I failed, any help or a possible direction of further exploring will be appretiated.
table name accounts fields id,password,email most specfically id - admin
' UNION ALL SELECT 1,2-- in the username box im guessing the actual php script query has id and password as 1,2 possibly strings (I am a beginner so be nice please :P)