[sqlmap-users] unhandled exception
Brought to you by:
inquisb
From: kvasilopoulos <kyp...@at...> - 2013-05-22 10:47:45
|
[02:43:03] [CRITICAL] unhandled exception in sqlmap/1.0-dev-4b2cf07, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sql...@li...' or open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev-4b2cf07 Python version: 2.7.1 Operating system: posix Command line: ./sqlmap.py -u ******************************************* --data="data_replaced" -v 2 --search pass -D ***************************************** -p vulnerable_parameter --level 5 --risk 3 --dbms mssql Technique: ERROR Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/Users/xxx/sqlmap-dev1/lib/controller/controller.py", line 576, in start action() File "/Users/xxx/sqlmap-dev1/lib/controller/action.py", line 133, in action conf.dbmsHandler.search() File "/Users/xxx/sqlmap-dev1/plugins/generic/search.py", line 598, in search self.searchDb() File "/Users/xxx/sqlmap-dev1/plugins/generic/search.py", line 88, in searchDb query = query % (dbQuery + exclDbsQuery) TypeError: not all arguments converted during string formatting Regards Kyprianos Vasilopoulos |