[sqlmap-users] Unhandled exception in trunk r4550
Brought to you by:
inquisb
From: Jacco v. T. <jac...@gm...> - 2011-11-28 08:36:32
|
[CRITICAL] unhandled exception in sqlmap/1.0-dev (r4550), 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 (r4550) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py -u ********************************************* --tor --random-agent --exclude-sysdb --dbms=mysql -o --sql-query=select name,password from user Technique: TIME Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/pentest/database/sqlmap/sqlmap/_sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/sqlmap/lib/controller/controller.py", line 580, in start action() File "/pentest/database/sqlmap/sqlmap/lib/controller/action.py", line 118, in action conf.dumper.query(conf.query, conf.dbmsHandler.sqlQuery(conf.query)) File "/pentest/database/sqlmap/sqlmap/plugins/generic/enumeration.py", line 2379, in sqlQuery output = inject.getValue(query, fromUser=True) File "/pentest/database/sqlmap/sqlmap/lib/request/inject.py", line 470, in getValue value = __goInferenceProxy(query, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar, dump) File "/pentest/database/sqlmap/sqlmap/lib/request/inject.py", line 238, in __goInferenceProxy count = __goInference(payload, countedExpression, 2, firstChar, lastChar) File "/pentest/database/sqlmap/sqlmap/lib/request/inject.py", line 67, in __goInference count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump) File "/pentest/database/sqlmap/sqlmap/lib/techniques/blind/inference.py", line 504, in bisection val = getChar(index, asciiTbl) File "/pentest/database/sqlmap/sqlmap/lib/techniques/blind/inference.py", line 219, in getChar result = Request.queryPage(forgedPayload, timeBasedCompare=timeBasedCompare, raise404=False) File "/pentest/database/sqlmap/sqlmap/lib/request/connect.py", line 666, in queryPage Connect.queryPage(content=True) File "/pentest/database/sqlmap/sqlmap/lib/request/connect.py", line 562, in queryPage if place != PLACE.URI or ('?' in value and value.find('?') < value.find(payload)): TypeError: argument of type 'NoneType' is not iterable [*] shutting down at 03:33:25 |