Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: ODBC Injection |
|---|---|
| Date: | Wed, 30 Nov 2005 12:24:55 +0000 |
This allready gives out a lot of info, table name and a coloum name. but i wonder if you could also tack some more sql on the end e.g http://test.com/test.asp?sIdProduct=1%20OR1%3D1%20UNION%20SELECT%20%2A%20FROM%20Products i.e. SELECT * FROM Products WHERE idProduct = 1 OR 1=1 UNION SELECT * FROM Products you should check that the parameter is a valid int before using it. On 30/11/05, John Cobb <johnc@nobytes.com> wrote:
Hello All, I'm testing an ecommerce app on IIS6 with an M$ Access Database and I have found some injection: http://test.com/test.asp?sIdProduct=1 I get the following error when I insert alpha characters rather than numbers. I cannot manipulate this much, does anybody have any suggestions? Eg: http://test.com/test.asp?sIdProduct=test Database operations error: ODBC driver does not support the requested properties. SELECT * FROM Products WHERE idProduct = test ADODB.Recordset error '800a0e78' Operation is not allowed when the object is closed. /test.asp, line 135 Thanks John Cobb www.nobytes.com
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | ODBC Injection, John Cobb |
|---|---|
| Next by Date: | RE: ODBC Injection, DAN MORRILL |
| Previous by Thread: | ODBC Injection, John Cobb |
| Next by Thread: | RE: ODBC Injection, DAN MORRILL |
| Indexes: | [Date] [Thread] [Top] [All Lists] |