[sqlmap-users] Database command issue
Brought to you by:
inquisb
From: rkas s. <rka...@gm...> - 2013-08-09 18:45:45
|
Hi I am using SQLMAP recent build sqlmap version: 1.0-dev Python version: 2.7.5 --dbms=Oracle and --dbs works fine. It retrieves all schemas/ databases from Oracle. But, -D, -T, -C and related database data retrieval commands are not producing results. [14:25:29] [WARNING] the SQL query provided does not return any output [14:25:29] [WARNING] in case of continuous data retrieval problems you are advis ed to try a switch '--no-cast' or switch '--hex' [14:25:29] [ERROR] unable to retrieve the table names for any database do you want to use common table existence check? [y/N/q] y [14:25:55] [INFO] checking table existence using items from 'C:\sqlmap\txt\commo n-tables.txt' [14:25:55] [INFO] adding words used on web page to the check list please enter number of threads? [Enter for 1 (current)] 10 [14:26:01] [INFO] starting 10 threads [14:26:10] [WARNING] no table(s) found No tables found [14:26:10] [INFO] fetched data logged to text files under 'C:\sqlmap\output\localhost' Is there anything I need to setup to make these commands work. Also, python sqlmap.py -d "oracle://user:pasword@IP:port/DB" does not work. No results and it throws below error. Technique: DIRECT Back-end DBMS: Oracle (identified) Traceback (most recent call last): File "sqlmap.py", line 95, in main start() File "C:\sqlmap\lib\controller\controller.py", line 248, in start action() File "C:\sqlmap\lib\controller\action.py", line 32, in action setHandler() File "C:\sqlmap\lib\controller\handler.py", line 96, in setHandler conf.dbmsConnector.connect() File "C:\sqlmap\plugins\dbms\oracle\connector.py", line 43, in connect self.connector = cx_Oracle.connect(dsn=self.__dsn, user=self.user, password= self.password, mode=cx_Oracle.SYSDBA) InterfaceError: Unable to acquire Oracle environment handle |