Re: [sqlmap-users] bug: --threads fails
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2010-03-06 14:58:00
|
Multi-threading support might behave unexpectedly, but should not crash. Again, try sqlmap development version, threading has been tweaked a bit recently. I think 30 is too high value anyway, usually I try with 3 or 5 at first and see how the application behaves. Bernardo On Sat, Mar 6, 2010 at 14:54, Kasper Føns <th...@ma...> wrote: > 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? -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: 0x05F5A30F |