Thread: [sqlmap-users] unhandled exception in sqlmap/0.9-dev
Brought to you by:
inquisb
From: black z. <tim...@gm...> - 2010-12-12 19:56:36
|
my sqlmap.conf setting problem How should I do? uCols = 1-20 uCols = 20 I use if such no error true ? do not have problem? [*] starting at: 21:48:57 [21:48:57] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the command line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev (r2670) Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "sqlmap.py", line 71, in main init(cmdLineOptions) File "/home/john/sqlmap-dev/lib/core/option.py", line 1367, in init __mergeOptions(inputOptions) File "/home/john/sqlmap-dev/lib/core/option.py", line 1293, in __mergeOptions configFileParser(inputOptions.configFile) File "/home/john/sqlmap-dev/lib/parse/configfile.py", line 90, in configFileParser configFileProxy(family, option, boolean, integer) File "/home/john/sqlmap-dev/lib/parse/configfile.py", line 35, in configFileProxy value = config.getint(section, option) File "/usr/lib/python2.6/ConfigParser.py", line 340, in getint return self._get(section, int, option) File "/usr/lib/python2.6/ConfigParser.py", line 337, in _get return conv(self.get(section, option)) ValueError: invalid literal for int() with base 10: '1-20' [*] shutting down at: 21:48:57 |
From: black z. <tim...@gm...> - 2010-12-12 20:01:21
|
my sqlmap.conf setting problem How should I do? uCols = 1-20 uCols = 20 I use if such no error true ? do not have problem? [*] starting at: 21:48:57 [21:48:57] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the command line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev (r2670) Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "sqlmap.py", line 71, in main init(cmdLineOptions) File "/home/john/sqlmap-dev/lib/core/option.py", line 1367, in init __mergeOptions(inputOptions) File "/home/john/sqlmap-dev/lib/core/option.py", line 1293, in __mergeOptions configFileParser(inputOptions.configFile) File "/home/john/sqlmap-dev/lib/parse/configfile.py", line 90, in configFileParser configFileProxy(family, option, boolean, integer) File "/home/john/sqlmap-dev/lib/parse/configfile.py", line 35, in configFileProxy value = config.getint(section, option) File "/usr/lib/python2.6/ConfigParser.py", line 340, in getint return self._get(section, int, option) File "/usr/lib/python2.6/ConfigParser.py", line 337, in _get return conv(self.get(section, option)) ValueError: invalid literal for int() with base 10: '1-20' [*] shutting down at: 21:48:57 |
From: Miroslav S. <mir...@gm...> - 2010-12-13 00:00:09
|
Hi black zero. Thank you for your report. Find the fix with the latest update from our SVN repository. Kind regards. On Sun, Dec 12, 2010 at 8:56 PM, black zero <tim...@gm...> wrote: > my sqlmap.conf setting problem > > How should I do? > uCols = 1-20 > uCols = 20 I use if such no error > > true ? > > do not have problem? > > [*] starting at: 21:48:57 > > > [21:48:57] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry > your run with the latest development version from the Subversion > repository. If the exception persists, please send by e-mail to > sql...@li... the command line, the following > text and any information needed to reproduce the bug. The developers > will try to reproduce the bug, fix it accordingly and get back to you. > sqlmap version: 0.9-dev (r2670) > Python version: 2.6.5 > Operating system: posix > Traceback (most recent call last): > File "sqlmap.py", line 71, in main > init(cmdLineOptions) > File "/home/john/sqlmap-dev/lib/core/option.py", line 1367, in init > __mergeOptions(inputOptions) > File "/home/john/sqlmap-dev/lib/core/option.py", line 1293, in __mergeOptions > configFileParser(inputOptions.configFile) > File "/home/john/sqlmap-dev/lib/parse/configfile.py", line 90, in > configFileParser > configFileProxy(family, option, boolean, integer) > File "/home/john/sqlmap-dev/lib/parse/configfile.py", line 35, in > configFileProxy > value = config.getint(section, option) > File "/usr/lib/python2.6/ConfigParser.py", line 340, in getint > return self._get(section, int, option) > File "/usr/lib/python2.6/ConfigParser.py", line 337, in _get > return conv(self.get(section, option)) > ValueError: invalid literal for int() with base 10: '1-20' > > [*] shutting down at: 21:48:57 > > ------------------------------------------------------------------------------ > Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, > new data types, scalar functions, improved concurrency, built-in packages, > OCI, SQL*Plus, data movement tools, best practices and more. > http://p.sf.net/sfu/oracle-sfdev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |