Re: [sqlmap-users] unhandled exception
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2013-05-22 19:32:49
|
Hi. Thank you for your report. It should be (hopefully) fixed now. Kind regards, Miroslav Stampar On May 22, 2013 12:48 PM, "kvasilopoulos" <kyp...@at...> wrote: > [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 > > > > > > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |