[sqlmap-users] bug report
Brought to you by:
inquisb
From: machak m. <mma...@gm...> - 2011-07-25 10:33:51
|
[12:27:44] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4289), retry your run with the latest development version from the Subversion repository. If the exception persi sts, 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 th e bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev (r4289) Python version: 2.7.1 Operating system: nt Command line: C:\Users\Giga\Desktop\sqlmap1\sqlmap.py -u ********************************************* -o --random-agent --level 4 Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "C:\Users\Giga\Desktop\sqlmap1\sqlmap.py", line 86, in main start() File "C:\Users\Giga\Desktop\sqlmap1\lib\controller\controller.py", line 453, in start injection = checkSqlInjection(place, parameter, value) File "C:\Users\Giga\Desktop\sqlmap1\lib\controller\checks.py", line 408, in checkSqlInjection reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 235, in unionTest validPayload, vector = __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 214, in __unionTestByCharBruteforce validPayload, vector = __unionConfirm(comment, place, parameter, value, prefix, suffix, count) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 177, in __unionConfirm validPayload, vector = __unionPosition(comment, place, parameter, value, prefix, suffix, count) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 124, in __unionPosition randQueryProcessed = agent.concatQuery("\'%s\'" % randQuery) File "C:\Users\Giga\Desktop\sqlmap1\lib\core\agent.py", line 447, in concatQuery castedFields = self.nullCastConcatFields(fieldsToCastStr) File "C:\Users\Giga\Desktop\sqlmap1\lib\core\agent.py", line 340, in nullCastConcatFields nulledCastedFields.append(self.nullAndCastField(field)) File "C:\Users\Giga\Desktop\sqlmap1\lib\core\agent.py", line 294, in nullAndCastField nulledCastedField = queries[Backend.getIdentifiedDbms()].isnull.query % nulledCastedField TypeError: not enough arguments for format string [*] shutting down at 12:27:44 |