Basic 18
The challenge description says: system_meltdown coded an article script which pulls articles from the database and echoes the content, but we think it could have a possible problem, he mentioned something to do with blind something. Databases, "blind something"… It shouldn't be hard to figure out what this challenge is all about ;)
i did and i got this site [url] http://www.imperva.com/resources/adc/blind_sql_server_injection.html Imperva ADC | Blind SQL Injection[/url]
i read it and decided to try a ; to end the original q Q**** and begin my own and it prints the original 2nd W**** clause and drops the rest
Ok, heres a little help without any answers.
1: Search the site for Blind *** *********. (this shouldn't be hard, its one of the most read "articles".)
2: Read up on the UNION statement.
3: If 1 & 2 still do not help you, Google "Advanced SQL Injection" there is a pdf out there that has all the information in it. You will know when you have the right one. hint this pdf is also posted in the forums by other members, maybe look here first.
Believe it or not the those three suggestions WILL give you the information to complete this challenge.
Admins: If this gives out to much please edit.
DeafCode wrote: what exactly is the objective in basic 18 They are trying to teach you the technique of blind sql whereby you can manipulate basic sql commands to get information from a ssystem.The final answer is just some sql ,i would suggest that you do some resarch on google.if you are familiar with hack this site, there is a realistic mission that is similar .i think it is realistic 4.
redhothacker wrote: [quote]DeafCode wrote: what exactly is the objective in basic 18 They are trying to teach you the technique of blind sql whereby you can manipulate basic sql commands to get information from a ssystem.The final answer is just some sql ,i would suggest that you do some resarch on google.if you are familiar with hack this site, there is a realistic mission that is similar .i think it is realistic 4.[/quote]
Yes, but the spacing is different in this one I believe. I had this injection correct after the 2nd or 3rd try, only to realize I had bad spacing around my commas.
I realize the thread is very old. It's more for other people trying to solve this. If you have happened to recently completed HTS Real 4, then you will probably try to apply a similar injection here, only to realize your spacing was off the hold time.
espartaniac wrote: I'm also stuck on this…
I got up to "OD** BY 5". Next step I believed was to "*IO L **LCT 1,2,3,4,5". But that didn't work. Why???
could I PM someone for help?
From your profile, I'm guessing you finally got it. Congratz.
Ya' did some horrid necrophiliac shit on with this thread though. o.O
If you have any trouble with future challenges, PM me, and I'll be glad to help you out some. Just no more bumping dead threads though, eh. Would be nice. :P
it was most probably the reason, yes. if a thread has been dead for a while, its better to make a new thread, and for people to forget the old one.
if there was useful information in one of the old ones you can always post that you saw something in the other threads.
just best to make a new thread as apposed to continuing an old one.
this challenge basically aims to make us more familiar with sql injections and how to use them apart from the simple injections we used to use aka 'or'1=1 and that kind of staff,
concerning the challenge, just read more about basics of sql injections and focus mainly about finding how many columns are there and how to get all the data printed from the DB
Best of luck ;-)