|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 95
Members: 0
Total: 95
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Which master sql problems have solutions? |
|
Posted: Mon Mar 22, 2010 10:00 am |
|
|
dh123 |
Regular user |
|
|
Joined: Mar 09, 2010 |
Posts: 12 |
|
|
|
|
|
|
|
There are ways to be able to limit the use of union statement after statement?
sql injection point: limit $ variable, 1 |
|
|
|
|
Posted: Mon Mar 22, 2010 12:44 pm |
|
|
vince213333 |
Advanced user |
|
|
Joined: Aug 03, 2009 |
Posts: 737 |
Location: Belgium |
|
|
|
|
|
|
Put "limit $offset, $amount" after your "from ..." statement.
For example
Code: | from admin limit 2,1 |
should give you the 3rd row (starts from 0,not 1) and only one row.
I'm not sure the amount is needed, might be possible that you only get one line anyway but the offset is needed for sure |
|
|
|
|
www.waraxe.us Forum Index -> Sql injection
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|