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.




Network Security Web-App-Sec
[Top] [All Lists]

about oracle sql injection

Subject: about oracle sql injection
Date: 29 Nov 2005 15:58:14 -0000
hey i need little help,when i try to inject commands into an oracle database 
example:

union select password from dba_users--

gives the error message

:ORA-***: query block has incorrect number of result columns 

i then cycle through different amount of column numbers until i get to 
something like:

UNION SELECT 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22 from 
dba_users--

which produces the error:

ORA-***: expression must have same datatype as corresponding expression 

1)Does anyone know a quick way to get all the column types without cycling 
through manually as that will take 2^22 requests atleast?

2)Is there anyway to get information out of the db without knowing the column 
types?

thanks alot

limor

<Prev in Thread] Current Thread [Next in Thread>