Re: [sqlmap-users] Error Sqlmap
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-06-12 09:22:49
|
Hi Nico. Please update to the latest revision (v1.0-dev r5111) from our repository to have it fixed and up to date (you are currently using pretty outdated version): svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev Kind regards, Miroslav Stampar On Wed, Jun 6, 2012 at 9:07 AM, Nico Montezco <nic...@ho...>wrote: > > Estimates. > > I've been porbando sqlmap tool and I came out this error when doing a " > DUMP" to a certain columns of a table here I hit the error: > > > *sqlmap version: 0.8-rc4 > Python version: 2.5.2 > Operating system: linux2 > Traceback (most recent call last): > File "sqlmap.py", line 80, in main > start() > File "/pentest/database/sqlmap/lib/controller/controller.py", line 259, > in start > action() > File "/pentest/database/sqlmap/lib/controller/action.py", line 114, in > action > dumper.dbTableValues(conf.dbmsHandler.dumpTable()) > File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line > 1320, in dumpTable > value = inject.getValue(query, inband=False) > File "/pentest/database/sqlmap/lib/request/inject.py", line 373, in > getValue > value = __goInferenceProxy(expression, fromUser, expected, batch, > resumeValue, unpack, charsetType, firstChar, lastChar) > File "/pentest/database/sqlmap/lib/request/inject.py", line 123, in > __goInferenceProxy > output = resume(expression, payload) > File "/pentest/database/sqlmap/lib/utils/resume.py", line 143, in resume > if len(resumedValue) == int(length): > ValueError: invalid literal for int() with base 10: '\x1f\x11' > > [*] shutting down at: 19:39:46* > > > Sorry my English is very bad i¡m From Spain. > > Thank U! > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |