[sqlmap-users] bug
Brought to you by:
inquisb
From: Fernando P. <fer...@gm...> - 2011-12-16 00:17:48
|
21:15:08] [INFO] the back-end DBMS is MySQL web server operating system: Windows 2008 web application technology: ASP.NET, Microsoft IIS 7.5, PHP 5.1.2 back-end DBMS: MySQL 5.0 [21:15:08] [INFO] fetching database names [21:15:11] [CRITICAL] unhandled exception in sqlmap/0.9, 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 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: 0.9 (r3630) Python version: 2.7.2 Operating system: posix Command line: sqlmap.py --url=************************************************************ --level 2 --dbs Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 82, in main start() File "/root/soft/sqlmap/sqlmap/lib/controller/controller.py", line 447, in start action() File "/root/soft/sqlmap/sqlmap/lib/controller/action.py", line 88, in action conf.dumper.dbs(conf.dbmsHandler.getDbs()) File "/root/soft/sqlmap/sqlmap/plugins/generic/enumeration.py", line 681, in getDbs value = inject.getValue(query, blind=False) File "/root/soft/sqlmap/sqlmap/lib/request/inject.py", line 432, in getValue value = __goInband(query, expected, sort, resumeValue, unpack, dump) File "/root/soft/sqlmap/sqlmap/lib/request/inject.py", line 384, in __goInband output = unionUse(expression, unpack=unpack, dump=dump) File "/root/soft/sqlmap/sqlmap/lib/techniques/inband/union/use.py", line 235, in unionUse for num in xrange(startLimit, stopLimit): TypeError: an integer is required |