[sqlmap-users] Error Sqlmap
Brought to you by:
inquisb
From: Nico M. <nic...@ho...> - 2012-06-06 07:08:07
|
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! |