[sqlmap-users] bug: --threads fails
Brought to you by:
inquisb
From: Kasper F. <th...@ma...> - 2010-03-06 14:55:00
|
Hell sqlmap users. I am using your software on Windows 7. I just tried fetching column definitions from a table using --threads=30. It found the first column name, but afterwards this happened: [15:51:20] [INFO] retrieving the length of query output [15:51:20] [INFO] retrieved: 7 [15:51:23] [INFO] starting 7 threads [15:51:23] [INFO] retrieved: [15:51:24] [ERROR] thread 7: unhandled exception in sqlmap/0.7, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.7 Python version: 2.6.1 Operating system: win32 Traceback (most recent call last): File "lib\techniques\blind\inference.pyc", line 157, in downloadThread File "lib\techniques\blind\inference.pyc", line 106, in getChar File "lib\request\connect.pyc", line 279, in queryPage File "lib\request\comparison.pyc", line 72, in comparison File "difflib.pyc", line 660, in ratio File "difflib.pyc", line 494, in get_matching_blocks File "difflib.pyc", line 439, in find_longest_match IndexError: string index out of range [15:51:27] [INFO] partially retrieved: wwtwww [15:51:27] [ERROR] something unexpected happen into the threads [*] shutting down at: 15:51:27 The value that it should find was "int<10>". Should I provide more information? |