Re: [sqlmap-users] bug
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-12-16 09:39:50
|
Hi Fernando. Please checkout the latest revision from our SVN repository (v1.0-dev) to have it up to date: svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev Kind regards, Miroslav Stampar On Fri, Dec 16, 2011 at 1:17 AM, Fernando Parodi <fer...@gm...>wrote: > 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 > > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |