[sqlmap-users] Problem with --dbms set
Brought to you by:
inquisb
From: David G. <sk...@gm...> - 2010-04-05 19:53:29
|
The problem happens with any dbms i pass. Oracle, MySQL, Postgre,etc.. # ./sqlmap.py -u "http://xxx" --data "xxx" -p xxx -v 2 --time-test --dbms oracle sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 16:49:25 [16:49:25] [DEBUG] initializing the configuration [16:49:25] [DEBUG] initializing the knowledge base [16:49:25] [DEBUG] cleaning up configuration parameters [16:49:25] [DEBUG] setting the HTTP timeout [16:49:25] [DEBUG] setting the HTTP method to GET [16:49:25] [DEBUG] creating HTTP requests opener object [16:49:25] [DEBUG] forcing back-end DBMS to user defined value [16:49:25] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.9-dev Python version: 2.5.2 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 77, in main init(cmdLineOptions) File "/home/skys/sqlmap-dev/lib/core/option.py", line 1074, in init __setDBMS() File "/home/skys/sqlmap-dev/lib/core/option.py", line 503, in __setDBMS "|".join([alias for alias in FIREBIRD_ALIASES])) TypeError: not all arguments converted during string formatting [*] shutting down at: 16:49:25 # svn info Path: . URL: https://svn.sqlmap.org/sqlmap/trunk/sqlmap Repository Root: https://svn.sqlmap.org/sqlmap Repository UUID: 7eb2e9d7-d917-0410-b3c8-b11144ad09fb Revision: 1536 Node Kind: directory Schedule: normal Last Changed Author: stamparm Last Changed Rev: 1536 Last Changed Date: 2010-04-04 11:38:48 -0300 (Sun, 04 Apr 2010) -- David Gomes Guimarães |