Re: [sqlmap-users] unhandled exception in sqlmap/0.7
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-02-06 19:24:11
|
Hi. Thank you for the report. This issue should be fixed in the current development version. Please get the latest version by checking it out from the repository ( svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap/ ). Kind regards, Miroslav Stampar On 6.2.2010 19:57, David Alvarez wrote: > Hello, > I was executing: > > /david@Xlaptop:~$ sqlmap -u > "http://domain/app/section/section1.php?parameter=1010" -b/ > > > sqlmap version: 0.7 > Python version: 2.6.2 > Operating system: linux2 > Traceback (most recent call last): > File "/usr/bin/sqlmap", line 84, in main > start() > File "/usr/share/sqlmap/lib/controller/controller.py", line 263, in > start > action() > File "/usr/share/sqlmap/lib/controller/action.py", line 49, in action > conf.dbmsHandler = setHandler() > File "/usr/share/sqlmap/lib/controller/handler.py", line 67, in > setHandler > if dbmsHandler.checkDbms(): > File "/usr/share/sqlmap/plugins/dbms/postgresql.py", line 203, in > checkDbms > self.getBanner() > File "/usr/share/sqlmap/plugins/generic/enumeration.py", line 130, > in getBanner > setOs() > File "/usr/share/sqlmap/lib/core/session.py", line 191, in setOs > infoMsg += " Service Pack %d" % kb.osSP > TypeError: %d format: a number is required, not NoneType > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > > > _______________________________________________ > 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 |