[sqlmap-users] (no subject)
Brought to you by:
inquisb
From: Shadow F. <sha...@gm...> - 2012-02-14 02:33:42
|
[CRITICAL] unhandled exception in sqlmap/1.0-dev (r4009), 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: 1.0-dev (r4009) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py -u ************************************************************** --proxy= http://00000:80 --random-agent -D ********* -T **** -C ************* --dump --start=1 --stop=20 Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 539, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 1551, in dumpTable entries = inject.getValue(query, blind=False, dump=True) File "/pentest/database/sqlmap/lib/request/inject.py", line 434, in getValue value = __goInband(query, expected, sort, resumeValue, unpack, dump) File "/pentest/database/sqlmap/lib/request/inject.py", line 386, in __goInband output = unionUse(expression, unpack=unpack, dump=dump) File "/pentest/database/sqlmap/lib/techniques/inband/union/use.py", line 332, in unionUse runThreads(numThreads, unionThread) File "/pentest/database/sqlmap/lib/core/threads.py", line 62, in runThreads threadFunction() File "/pentest/database/sqlmap/lib/techniques/inband/union/use.py", line 302, in unionThread output = __oneShotUnionUse(limitedExpr, unpack) File "/pentest/database/sqlmap/lib/techniques/inband/union/use.py", line 79, in __oneShotUnionUse extractRegexResult(check, removeReflectiveValues(page, payload), re.DOTALL | re.IGNORECASE), \ File "/pentest/database/sqlmap/lib/core/common.py", line 2514, in removeReflectiveValues if regex.split(REFLECTED_NON_ALPHA_NUM_REGEX)[0].lower() in content.lower(): # fast optimization check UnicodeDecodeError: 'ascii' codec can't decode byte 0x96 in position 90: ordinal not in range(128) [*] shutting down at: 04:32:26 |