[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 |